Skip to content

Commit

Permalink
Makefile: output SHA of tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
ysim committed Jun 21, 2017
1 parent 7694983 commit 8c818a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ install-bash-completion:
.PHONY: archive
archive: build
tar -cvzf "$(binary_tarball)" cook
shasum -a 256 "$(binary_tarball)"

0 comments on commit 8c818a1

Please sign in to comment.