8 lines
72 B
Makefile
8 lines
72 B
Makefile
debug:
|
|
gcc -Wall -g *.c
|
|
gdb a.out
|
|
|
|
run:
|
|
gcc -Wall ./src/*.c
|
|
./a.out
|