mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
Makefile: add comment about installing cargo-hack above check target.
This commit is contained in:
1
Makefile
1
Makefile
@@ -120,6 +120,7 @@ vanityaddr:
|
|||||||
fmt:
|
fmt:
|
||||||
$(CARGO) fmt --all
|
$(CARGO) fmt --all
|
||||||
|
|
||||||
|
# cargo install cargo-hack
|
||||||
check: contracts $(PROOFS_BIN)
|
check: contracts $(PROOFS_BIN)
|
||||||
RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) hack check --target=$(RUST_TARGET) \
|
RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) hack check --target=$(RUST_TARGET) \
|
||||||
--release --feature-powerset --workspace
|
--release --feature-powerset --workspace
|
||||||
|
|||||||
Reference in New Issue
Block a user