From 30125839213e5b81e87c4fa3d7d3f4030b3659e3 Mon Sep 17 00:00:00 2001 From: Thomas Albers Date: Sun, 6 Aug 2023 16:04:59 +0200 Subject: Merge repl.c and cmd.c commands --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3