mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
Makefile: bins should depend on zk proofs.
This commit is contained in:
2
Makefile
2
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/$@ $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user