aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8192004..861f124 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,3 @@
all:
+ mkdir dbg
$(CC) src/pong.c -o dbg/pong -Wall -lncurses