CppCMS
url_mapping/Makefile Makefile
LIBS=-lcppcms -lbooster

all: clean hello

hello: hello.cpp
        $(CXX) $(CXXFLAGS) -Wall hello.cpp -o hello $(LIBS)

clean:
        rm -fr hello *.exe *.so cppcms_rundir