Explorar o código

Makefile: bins should depend on zk proofs.

parazyd %!s(int64=3) %!d(string=hai) anos
pai
achega
34f4d94c0d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -44,7 +44,7 @@ $(PROOFS_BIN): $(PROOFS) zkas
 token_lists:
 token_lists:
 	$(MAKE) -C contrib/token all
 	$(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 $@
 	RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) build --all-features --release --package $@
 	cp -f target/release/$@ $@
 	cp -f target/release/$@ $@