Fix Makefile

This commit is contained in:
XOR 2022-12-31 14:54:06 +01:00
parent f4a0b7b2c3
commit 95dcc08346

View file

@ -1,7 +1,7 @@
all: compile
compile:
gcc main.c -o
gcc main.c -o interpreter
run:
./interpreter