Parcourir la source

Makefile: add comment about installing cargo-hack above check target.

zero il y a 2 ans
Parent
commit
416b236715
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Makefile

+ 1 - 0
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