Some code towards a FastCGI server
[iotcloud.git] / src / server / Makefile
1 CPPFLAGS=-O0 -g
2
3 all: iotcloud.fcgi
4
5 iotcloud.fcgi: iotcloud.cpp
6         g++ $(CPPFLAGS) -o iotcloud.fcgi iotcloud.cpp -lfcgi -lfcgi++