commit cc2743480199994c0974a6360f42adb40edcffc5 parent 1f64f561e946462e200395a854517b7cd61a6f7a Author: Claudio Alessi <smoppy@gmail.com> Date: Tue, 6 Sep 2022 23:29:31 +0200 Remove printfc.c from Makefile Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -4,7 +4,7 @@ include config.mk APPNAME=circo -SRC = ${APPNAME}.c printfc.c +SRC = ${APPNAME}.c OBJ = ${SRC:.c=.o} all: options ${APPNAME}