summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Albers <thomas@thomaslabs.org>2023-08-06 16:04:59 +0200
committerThomas Albers <thomas@thomaslabs.org>2023-08-06 16:04:59 +0200
commit30125839213e5b81e87c4fa3d7d3f4030b3659e3 (patch)
tree183670f0617059ac7b07927adcdcc9908f4c97aa /Makefile
parentd0e2b015f25d53498da258d3ee988a101bc597fa (diff)
Merge repl.c and cmd.c commands
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