summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 60f7f65..b352f37 100644
--- a/makefile
+++ b/makefile
@@ -1,6 +1,7 @@
SDL = -L/usr/lib -lSDL2
interpreter:
+ mkdir build
gcc src/interpreter.c -o build/testing
clean: