Skip to content

Commit

Permalink
Makefile: also display calculated checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
costela committed Nov 26, 2019
1 parent 8fd046f commit c2dd31a
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 @@ -10,7 +10,7 @@ build:
$(foreach GOARCH,$(GOARCHES),GOARCH=$(GOARCH) go build ${GOFLAGS} -o wesher$(if $(filter-out $(GOARCH), $(GOARCHES)),-$(GOARCH));)

release: build
sha256sum wesher-* > wesher.sha256sums
sha256sum wesher-* | tee wesher.sha256sums

e2e: build
tests/e2e.sh
Expand Down

0 comments on commit c2dd31a

Please sign in to comment.