From 9261ed301f664fbb3f4adb696512e9940f0c5da7 Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Fri, 30 Sep 2022 23:27:35 +0200 Subject: [PATCH] Add zkas dependency for parallel make. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 19ddbbc03..277b1ea22 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ zkas: $(BINDEPS) RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) build --all-features --release --package $@ cp -f target/release/$@ $@ -$(PROOFS_BIN): $(PROOFS) +$(PROOFS_BIN): $(PROOFS) zkas ./zkas $(basename $@) -o $@ token_lists: