From 416b236715b65a7fddf9ea37001c9bfe5a979ac4 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 5 Apr 2024 11:54:29 +0200 Subject: [PATCH] Makefile: add comment about installing cargo-hack above check target. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2e72c2dc1..0bd07ae77 100644 --- a/Makefile +++ b/Makefile @@ -120,6 +120,7 @@ vanityaddr: fmt: $(CARGO) fmt --all +# cargo install cargo-hack check: contracts $(PROOFS_BIN) RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) hack check --target=$(RUST_TARGET) \ --release --feature-powerset --workspace