summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-08-17 11:40:39 +1000
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-08-17 11:40:39 +1000
commitfbecaa6b0a998c870ae972b985cbdcfd0172b29c (patch)
treeed624f6134d8725cf6ab174d4e14f7daadeb9e3c /makefile
parentdc2e476c52a24ca910d2c1e60347fd5bce889169 (diff)
thanks Hugh for these fixes
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: