ServerController/makefile

5 lines
95 B
Makefile

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