summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/makefile b/makefile
deleted file mode 100644
index b352f37..0000000
--- a/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-SDL = -L/usr/lib -lSDL2
-
-interpreter:
- mkdir build
- gcc src/interpreter.c -o build/testing
-
-clean:
- rm build/* \ No newline at end of file