ics_analyzer/Makefile

8 lines
72 B
Makefile

debug:
gcc -Wall -g *.c
gdb a.out
run:
gcc -Wall ./src/*.c
./a.out