Assembler/Makefile

7 lines
74 B
Makefile
Raw Normal View History

2022-12-16 10:56:34 +01:00
all: compile run
compile:
gcc main.c -o interpreter
run:
./interpreter