Browse Source

Add zkas dependency for parallel make.

Christoph Lohmann 3 years ago
parent
commit
9261ed301f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
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: