diff options
author | Manos Pitsidianakis <el13635@mail.ntua.gr> | 2022-11-13 18:59:12 +0200 |
---|---|---|
committer | Manos Pitsidianakis <el13635@mail.ntua.gr> | 2022-11-13 18:59:12 +0200 |
commit | 631798413659a320dcd9574e0bca7b7d75cc8d6c (patch) | |
tree | fa61b6c9aec830a38020117ab5a3efc874418a18 | |
parent | db227dea34caa747e136500356fddf95a91002e6 (diff) | |
download | meli-631798413659a320dcd9574e0bca7b7d75cc8d6c.zip |
Makefile: add --bin flag to meli cargo build target
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |