mirror of
https://github.com/Luzifer/share.git
synced 2024-12-20 10:31:16 +00:00
14 lines
282 B
Makefile
14 lines
282 B
Makefile
default:
|
|
|
|
pack: generate
|
|
go-bindata -modtime 1 frontend
|
|
|
|
generate:
|
|
coffee -c frontend/app.coffee
|
|
|
|
auto-hook-pre-commit: pack
|
|
git diff --exit-code bindata.go
|
|
|
|
publish:
|
|
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
|
|
bash golang.sh
|