summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-11-27 18:51:50 +1100
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-11-27 18:51:50 +1100
commitc6da616d018ecfc5a26686e88ab520b54b7fa6ed (patch)
tree033986d0f384461267836ff179e14b268a9cf015 /makefile
parent521edc94f65928d3ecbe94ecac132f8d3668be41 (diff)
revamped build; minor pointless changes
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