ics_cli/Makefile

8 lines
72 B
Makefile
Raw Normal View History

2023-08-15 16:31:07 +02:00
debug:
gcc -Wall -g *.c
gdb a.out
run:
gcc -Wall ./src/*.c
./a.out