summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 98738b6..4396d32 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ MCU = atmega328p
PORT = /dev/cuaU0
TARGET = app
-SRC = main.c fpm.c
+SRC = main.c r503.c
OBJ = $(SRC:.c=.o)
CFLAGS = -std=gnu99