Преглед изворни кода

Makefile: Add BINDEPS to zkas target dependency.

Luther Blissett пре 4 година
родитељ
комит
f884e422f4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -31,7 +31,7 @@ PROOFS_BIN = $(PROOFS:=.bin)
 
 
 all: zkas $(PROOFS_BIN) $(BINS)
 all: zkas $(PROOFS_BIN) $(BINS)
 
 
-zkas:
+zkas: $(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/$@ $@