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 Tue Jul 11 2017 23:25:56 for CppCMS by
1.8.11