summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2019-07-26 22:14:57 +0100
committerKatolaZ <katolaz@freaknet.org>2019-07-26 22:14:57 +0100
commitf68467d70a9f89a6d901302907ee97533f0167d4 (patch)
treeb5fe38391f26c083e4aebf903d14044d329f1820
parent8f25f7b9abb68e2efbc732a69f09d795ad79433c (diff)
amended Makefile
-rw-r--r--Makefile5
1 files 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=)