summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '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=)