fix makefile

This commit is contained in:
Ian Kent 2017-04-17 00:33:07 +01:00
parent cf19697cb1
commit 8dc1b9d86e
No known key found for this signature in database
GPG key ID: CE5AC689AF520A48

View file

@ -5,7 +5,7 @@ all: fmt combined
combined:
go install .
release: tag release-deps dockerhub
release: tag release-deps
gox -ldflags "-X main.version=${VERSION}" -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}" .
fmt: