소스 검색

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

zero 2 년 전
부모
커밋
416b236715
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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