default: pack compile_coffee: coffee -c frontend/assets/application.coffee debug: compile_coffee go-bindata --debug frontend/... go run *.go serve open http://127.0.0.1:3000/ pack: compile_coffee go-bindata frontend/... bash generateXKCDWordList.sh publish: curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh bash golang.sh workflow: bash build-workflow.sh