tern-assembler/Makefile
2024-03-17 17:16:23 +01:00

6 lines
74 B
Makefile

all:
gcc ./main.c -std=c99 -o tasm
d:
gcc -g -std=c99 ./main.c -o tasm