mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-07 22:04:03 -05:00
doc: Stop building rustdoc for dependencies.
This commit is contained in:
2
Makefile
2
Makefile
@@ -65,7 +65,7 @@ clippy: contracts $(PROOFS_BIN)
|
||||
$(CARGO) clippy --release --all-features --all
|
||||
|
||||
rustdoc: contracts $(PROOFS_BIN)
|
||||
$(CARGO) doc --release --all-features --workspace --document-private-items
|
||||
$(CARGO) doc --release --all-features --workspace --document-private-items --no-deps
|
||||
|
||||
test: $(PROOFS_BIN) contracts
|
||||
$(CARGO) test --release --all-features --all
|
||||
|
||||
Reference in New Issue
Block a user