Makefile: Add BINDEPS to zkas target dependency.

This commit is contained in:
Luther Blissett
2022-09-09 10:26:09 +02:00
parent 3f29c4f36d
commit f884e422f4

View File

@@ -31,7 +31,7 @@ PROOFS_BIN = $(PROOFS:=.bin)
all: zkas $(PROOFS_BIN) $(BINS)
zkas:
zkas: $(BINDEPS)
RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) build --all-features --release --package $@
cp -f target/release/$@ $@