Makefile: also display calculated checksums

This commit is contained in:
Leo Antunes 2019-11-26 21:40:51 +01:00
parent 8fd046fd7b
commit c2dd31a00f
1 changed files with 1 additions and 1 deletions

View File

@ -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