Add zkas dependency for parallel make.

This commit is contained in:
Christoph Lohmann
2022-09-30 23:27:35 +02:00
committed by Luther Blissett
parent 55db03e144
commit 9261ed301f

View File

@@ -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: