diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-27 11:33:55 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-27 11:33:55 +1000 |
commit | c620138d9100286d583b56e4427ef2288d9173e4 (patch) | |
tree | 628701650e732ffbef9bbb0403a98366611ccae4 | |
parent | f86d973b2f5318b5e761e2f682c2aa57d61eb0d6 (diff) |
fixed makefile
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ main: - gcc test.c -o a + gcc interpreter.c -o a |