Explorar o código

darkirc: Only build the rust bin with the make target

parazyd %!s(int64=2) %!d(string=hai) anos
pai
achega
a94858174a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/darkirc/Makefile

+ 1 - 1
bin/darkirc/Makefile

@@ -32,7 +32,7 @@ $(PROOFS_BIN): $(ZKAS) $(PROOFS_SRC)
 	$(ZKAS) $(basename $@) -o $@
 
 $(BIN): $(PROOFS_BIN) $(SRC)
-	RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) build --target=$(RUST_TARGET) --release --package $@
+	RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) build --target=$(RUST_TARGET) --release --package $@ --bin $@
 	cp -f ../../target/$(RUST_TARGET)/release/$@ $@
 	cp -f ../../target/$(RUST_TARGET)/release/$@ ../../$@