Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-kent committed Mar 13, 2016
1 parent 45abd40 commit a868263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a868263

Please sign in to comment.