From 506b3701be3677ecffdcb950d29c6761527abff6 Mon Sep 17 00:00:00 2001 From: Luther Blissett Date: Wed, 7 Sep 2022 18:10:51 +0200 Subject: [PATCH] Makefile: Add zkas deps where needed. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0f6c7c46d..814e0c2b0 100644 --- a/Makefile +++ b/Makefile @@ -54,14 +54,14 @@ fix: token_lists zkas $(PROOFS_BIN) clippy: token_lists zkas $(PROOFS_BIN) RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) clippy --release --all-features --all -rustdoc: token_lists +rustdoc: token_lists zkas RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) doc --release --workspace --all-features \ --no-deps --document-private-items test: token_lists zkas $(PROOFS_BIN) test-tx RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) test --release --all-features --all -test-tx: +test-tx: zkas RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) run --release --features=node,zkas --example tx clean: