ics_cli/makefile

10 lines
104 B
Makefile
Raw Normal View History

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