summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-04-28 16:04:35 +1000
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-04-28 16:04:35 +1000
commit1c30dea63b65c7e117b3fd8ba0140dbf77a0ef73 (patch)
tree550e05feeace48ff4da53726d306df7b2389d7b7 /makefile
parenteae92c43e1397d05a01050cc6fdb71c000eb22bb (diff)
changed dirs
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/makefile b/makefile
index 44bb2c1..fc09ade 100644
--- a/makefile
+++ b/makefile
@@ -1,2 +1,5 @@
-main:
- gcc interpreter.c -o interpreter \ No newline at end of file
+default:
+ gcc interpreter.c -o interpreter
+
+illegal:
+ gcc interpreter.c -o interpreter -D ILLEGAL \ No newline at end of file