tern-assembler/Makefile
2024-02-29 22:53:11 +01:00

8 lines
80 B
Makefile

all:
gcc ./main.c -std=c99
./a.out
d:
gcc -g -std=c99 ./main.c
gdb ./a.out