.PHONY:run run:hello ./hello -c config.js hello:hello.cpp g++ -Wall -Wextra -o hello hello.cpp -lcppcms -lbooster .PHONY:clean clean: rm -f hello