summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-04-27 11:33:55 +1000
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-04-27 11:33:55 +1000
commitc620138d9100286d583b56e4427ef2288d9173e4 (patch)
tree628701650e732ffbef9bbb0403a98366611ccae4 /makefile
parentf86d973b2f5318b5e761e2f682c2aa57d61eb0d6 (diff)
fixed makefile
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index b4327df..7fe60de 100644
--- a/makefile
+++ b/makefile
@@ -1,2 +1,2 @@
main:
- gcc test.c -o a
+ gcc interpreter.c -o a