5 lines
113 B
Makefile
Raw Permalink Normal View History

2025-05-28 19:48:23 -04:00
controller:
gcc -Wall src/ServerController.c lib/cJSON/cJSON.c -o controller -lmicrohttpd
2025-05-28 19:48:23 -04:00
clean:
rm controller