chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a1b590
)
Makefile: touch the otter cli when we rebuild it
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 8 Jul 2021 12:39:44 +0000
(13:39 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 8 Jul 2021 12:39:44 +0000
(13:39 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a74f9a3897bb6391f15b092751e6a2cccbe4d4f4..8bd155cc7cf120682b110c53547574bfee078385 100644
(file)
--- 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 \