update Makefile

This commit is contained in:
Ian Kent 2016-03-13 19:16:14 +00:00
parent 45abd40b19
commit a8682632c6

View file

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