.PHONY: all: cd ./include && make cd ./src && make cd ./ui/cgi && make cp ./start_demo.sh ./build clean: rm -f build/* lib/*