tern-assembler/Makefile

6 lines
74 B
Makefile
Raw Permalink Normal View History

2024-02-29 22:53:11 +01:00
all:
2024-03-17 17:16:23 +01:00
gcc ./main.c -std=c99 -o tasm
2024-02-29 22:53:11 +01:00
d:
2024-03-17 17:16:23 +01:00
gcc -g -std=c99 ./main.c -o tasm