This repository has been archived on 2025-02-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
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