From 1be4c30c5e1526484665c382d784e0de9fe9d8de Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Wed, 24 Jul 2019 12:34:29 +0100 Subject: add config.h --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ce0381..da97e66 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ include config.mk SRC = gramscii.c +INCLUDES = config.h all: options gramscii @@ -14,6 +15,6 @@ options: @echo "-+-+-+-+-+-+-+-+-+-+-" -gramscii: +gramscii: $(SRC) $(INCLUDES) $(CC) $(CFLAGS) -o $@ $(SRC) -- cgit v1.2.3