From: Ian Jackson Date: Thu, 8 Jul 2021 12:39:44 +0000 (+0100) Subject: Makefile: touch the otter cli when we rebuild it X-Git-Tag: otter-0.7.2~233 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8bebebe4766f2dcbd7b5ac511fec1ce1cd2bf4e7;p=otter.git Makefile: touch the otter cli when we rebuild it Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index a74f9a38..8bd155cc 100644 --- a/Makefile +++ b/Makefile @@ -194,6 +194,7 @@ stamp/cargo.%: $(call rsrcs,. ! -path './wasm/*') $(TARGET_DIR)/debug/%: $(call rsrcs, ! -path './wasm/*') $(CARGO) build --workspace -p otter-cli + $(NAILING_CARGO_JUST_RUN) touch $(abspath $@) stamp/cargo.wasm-bindgen: $(call rsrcs, ! -name \*.rs) $(CARGO) $(WASM_BINDGEN_CLI_CARGO_OPTS) build --target-dir=target \