From f68467d70a9f89a6d901302907ee97533f0167d4 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Fri, 26 Jul 2019 22:14:57 +0100 Subject: amended Makefile --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a59ead3..55959ce 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,9 @@ options: @echo "-+-+-+-+-+-+-+-+-+-+-" -gramscii: ${INC} - +gramscii: ${SRC} ${INC} + $(CC) $(CFLAGS) -o gramscii ${SRC} + clean: @echo cleaning @rm -f $(SRC:.c=) -- cgit v1.2.3