Sfoglia il codice sorgente

Makefile: bins should depend on zk proofs.

parazyd 3 anni fa
parent
commit
34f4d94c0d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -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/$@ $@