summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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