Update package stage

This commit is contained in:
2016-11-17 23:29:49 +00:00
parent 71e45a8eca
commit 87440d24b8

View File

@@ -68,7 +68,7 @@ web-debug-bindata:
cd web && go-bindata -debug -pkg web static/... templates/...
.PHONY: package
package: dev-deps
package: dev-deps generate
gox -output "pkg/${VERSION}/${BINNAME}_${VERSION}_{{.OS}}_{{.Arch}}" \
-osarch=${OSARCH} \
-ldflags "-X main.Version=${VERSION}" \