CppCMS
Main Page
Related Pages
Modules
Namespaces
Classes
Files
CppCMS - C++ Web Development Framework
Examples
Our First 'Hello World' Program
hello_world/Makefile Makefile
LIBS=-lcppcms -lbooster
all: hello
hello: hello.cpp
$(CXX) -O2 -Wall -g hello.cpp -o hello ${LIBS}
clean:
rm -fr hello hello.exe cppcms_rundir
Generated on Sun Dec 3 2017 22:47:16 for CppCMS by
1.8.11