5 lines
113 B
Makefile

controller:
gcc -Wall src/ServerController.c lib/cJSON/cJSON.c -o controller -lmicrohttpd
clean:
rm controller