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