From 8bebebe4766f2dcbd7b5ac511fec1ce1cd2bf4e7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 8 Jul 2021 13:39:44 +0100 Subject: [PATCH] Makefile: touch the otter cli when we rebuild it Signed-off-by: Ian Jackson --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2