summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-05-09 15:04:25 +1000
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-05-09 15:04:25 +1000
commit881a1cb05e80ab465c5372be42f554867f19916b (patch)
treefb3a3c98cfa36cd3d4abffbcc2db4292e3a7b9fb
parentf844536c0a3a4ba397f586897482dcb0f7550f5b (diff)
fixed makefile
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 22e5af1..84c901e 100644
--- a/makefile
+++ b/makefile
@@ -1,7 +1,7 @@
SDL = -L/usr/lib -lSDL2
default:
- gcc src/main.c $(SDL) -o main
+ gcc src/main.c $(SDL) -DGRAPHICAL -o main
interpreter:
rm interpreter