Makefile: bins should depend on zk proofs.

This commit is contained in:
parazyd
2022-11-18 16:16:19 +01:00
parent 57751b2007
commit 34f4d94c0d

View File

@@ -44,7 +44,7 @@ $(PROOFS_BIN): $(PROOFS) zkas
token_lists:
$(MAKE) -C contrib/token all
$(BINS): token_lists contracts $(BINDEPS)
$(BINS): token_lists contracts $(PROOFS_BIN) $(BINDEPS)
RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) build --all-features --release --package $@
cp -f target/release/$@ $@