# Please read the README file. all: ./rebuild.sh clean: find -name '*~' -delete rm -rf build/* go-live: all ./go-live.sh