8 lines
80 B
Makefile
8 lines
80 B
Makefile
all:
|
|
gcc ./main.c -std=c99
|
|
./a.out
|
|
|
|
d:
|
|
gcc -g -std=c99 ./main.c
|
|
gdb ./a.out
|