summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2022-11-13 18:59:12 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2022-11-13 18:59:12 +0200
commit631798413659a320dcd9574e0bca7b7d75cc8d6c (patch)
treefa61b6c9aec830a38020117ab5a3efc874418a18
parentdb227dea34caa747e136500356fddf95a91002e6 (diff)
downloadmeli-631798413659a320dcd9574e0bca7b7d75cc8d6c.zip
Makefile: add --bin flag to meli cargo build target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 17bc8c36..af6cc580 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ GREEN ?= `[ -z $${NO_COLOR+x} ] && ([ -z $${TERM} ] && echo "" || tput setaf 2)
.PHONY: meli
meli: check-deps
- @${CARGO_BIN} build ${CARGO_ARGS} ${CARGO_COLOR}--target-dir="${CARGO_TARGET_DIR}" ${FEATURES} --release
+ @${CARGO_BIN} build ${CARGO_ARGS} ${CARGO_COLOR}--target-dir="${CARGO_TARGET_DIR}" ${FEATURES} --release --bin meli
.PHONY: help
help: