1
0
mirror of https://github.com/Luzifer/password.git synced 2024-09-19 18:32:57 +00:00
password/Makefile

21 lines
415 B
Makefile
Raw Normal View History

2015-05-10 14:38:17 +00:00
default: pack
compile_coffee:
coffee -c frontend/assets/application.coffee
2015-05-10 14:38:17 +00:00
debug: compile_coffee
go-bindata --debug frontend/...
go run *.go serve
open http://127.0.0.1:3000/
2015-05-10 14:38:17 +00:00
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