tern-assembler/Makefile

8 lines
80 B
Makefile
Raw Normal View History

2024-02-29 22:53:11 +01:00
all:
gcc ./main.c -std=c99
./a.out
d:
gcc -g -std=c99 ./main.c
gdb ./a.out