Fix Makefile
This commit is contained in:
parent
f4a0b7b2c3
commit
95dcc08346
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
all: compile
|
||||
|
||||
compile:
|
||||
gcc main.c -o
|
||||
gcc main.c -o interpreter
|
||||
|
||||
run:
|
||||
./interpreter
|
||||
|
|
Loading…
Reference in a new issue