Skip to content

Commit 987b865

Browse files
committed
Add missing checksum command for standalone contract
1 parent 4123ba5 commit 987b865

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

standalone-contract/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,9 @@ clean:
7575
prepare:
7676
rustup target add riscv64imac-unknown-none-elf
7777

78+
# Generate checksum info for reproducible build
79+
CHECKSUM_FILE := build/checksums-$(MODE).txt
80+
checksum: build
81+
sha256sum build/$(MODE)/* > $(CHECKSUM_FILE)
82+
7883
.PHONY: build test check clippy fmt cargo clean prepare

0 commit comments

Comments
 (0)