diff --git a/Makefile b/Makefile index 2ccfe9e90..2484b7807 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,7 @@ assets: @echo ">> writing assets" @$(GO) get -u github.com/jteeuwen/go-bindata/... @go-bindata $(bindata_flags) -pkg ui -o web/ui/bindata.go -ignore '(.*\.map|bootstrap\.js|bootstrap-theme\.css|bootstrap\.css)' web/ui/templates/... web/ui/static/... + @$(GO) fmt ./web/ui promu: @GOOS=$(shell uname -s | tr A-Z a-z) \