From 87440d24b86fbbb01b6a730b8f478037b7d0e9a1 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 17 Nov 2016 23:29:49 +0000 Subject: [PATCH] Update package stage --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5db5a6f..235741a 100644 --- a/Makefile +++ b/Makefile @@ -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}" \