summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-05-01 14:16:00 +1000
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-05-01 14:16:00 +1000
commit65e93275c17c14eea06d495958ed77fe569ce8f1 (patch)
tree4e9ee5a9bbbc6ac1ea5a4b38dd2cace48bbb5c70 /makefile
parent8f09f4249cec8ccc187b3f9ee5094fb3080900a9 (diff)
changed directory structure, and other minor stuff
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index fc09ade..84674d7 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
default:
- gcc interpreter.c -o interpreter
+ gcc src/interpreter.c -o interpreter
illegal:
- gcc interpreter.c -o interpreter -D ILLEGAL \ No newline at end of file
+ gcc src/interpreter.c -o interpreter -D ILLEGAL