1 2 3 4 5 6 7 8 9
.PHONY: all: cd ./include && make cd ./src && make cd ./ui/cgi && make cp ./start_demo.sh ./build clean: rm -f build/* lib/*