ics_cli/Makefile
2023-08-15 16:31:07 +02:00

8 lines
72 B
Makefile

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