NLESC-JCER / cpp2wasm

Guide to make C++ available as a web application
https://nlesc-jcer.github.io/cpp2wasm/
Apache License 2.0
22 stars 6 forks source link

`make build-wasm` also tangles #61

Closed sverhoeven closed 4 years ago

sverhoeven commented 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.

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.