tern-assembler/Makefile

6 lines
74 B
Makefile

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