summaryrefslogtreecommitdiff
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 8e1c0dd..38084b9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
TARGET = zup
PREFIX = /usr
-SRC = crc16.c serial.c repl.c cmd.c zup.c
+SRC = crc16.c serial.c cmd.c zup.c
OBJ = $(SRC:%.c=%.o)
CFLAGS = -Werror -Wpedantic -I. -g -DUSE_READLINE