Makefile: also display calculated checksums
This commit is contained in:
parent
8fd046fd7b
commit
c2dd31a00f
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ build:
|
||||||
$(foreach GOARCH,$(GOARCHES),GOARCH=$(GOARCH) go build ${GOFLAGS} -o wesher$(if $(filter-out $(GOARCH), $(GOARCHES)),-$(GOARCH));)
|
$(foreach GOARCH,$(GOARCHES),GOARCH=$(GOARCH) go build ${GOFLAGS} -o wesher$(if $(filter-out $(GOARCH), $(GOARCHES)),-$(GOARCH));)
|
||||||
|
|
||||||
release: build
|
release: build
|
||||||
sha256sum wesher-* > wesher.sha256sums
|
sha256sum wesher-* | tee wesher.sha256sums
|
||||||
|
|
||||||
e2e: build
|
e2e: build
|
||||||
tests/e2e.sh
|
tests/e2e.sh
|
||||||
|
|
Loading…
Reference in New Issue