Closed sverhoeven closed 4 years ago
When running make build-wasm and no files have been changed or deleted I expected nothing to happen, but the pandoc-tangle command is executed.
make build-wasm
Other targets like run-* also tangle when not needed.
run-*
I expected that tangle would only run when the *md files are newer than the source code files.
When running
make build-wasm
and no files have been changed or deleted I expected nothing to happen, but the pandoc-tangle command is executed.Other targets like
run-*
also tangle when not needed.I expected that tangle would only run when the *md files are newer than the source code files.