1
0
Fork 0
mirror of https://github.com/Luzifer/password.git synced 2024-11-08 17:30:10 +00:00
password/Makefile
Knut Ahlers cb09a7afb6
Add Github release publishing
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-09-22 15:30:14 +02:00

16 lines
355 B
Makefile

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/...
publish:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh