Skip to content

Commit

Permalink
output md5 hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschoon committed Feb 1, 2018
1 parent e630f0c commit aa645b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ bin/pomo-$(VERSION)-darwin-amd64: bin bindata.go
bin/pomo-$(VERSION)-darwin-amd64.md5:
md5sum bin/pomo-$(VERSION)-darwin-amd64 > $@

release-linux: bin/pomo-$(VERSION)-linux-amd64 bin/pomo-$(VERSION)-linux-amd64
release-linux: bin/pomo-$(VERSION)-linux-amd64 bin/pomo-$(VERSION)-linux-amd64.md5

release-darwin: bin/pomo-$(VERSION)-darwin-amd64 bin/pomo-$(VERSION)-darwin-amd64
release-darwin: bin/pomo-$(VERSION)-darwin-amd64 bin/pomo-$(VERSION)-darwin-amd64.md5

release: release-linux release-darwin

Expand Down

0 comments on commit aa645b4

Please sign in to comment.