Hacker News new | ask | show | jobs
by tom_ 1553 days ago
You can put a copy of make in the repo.
2 comments

For added stability, make sure it’s statically compiled (which it might be already...)
I've been using GNU Make 4.2.1 from here: https://github.com/mbuilov/gnumake-windows - depends only on kernel32.dll. I assume the latest 4.3 build there is the same.
I’m wondering if you could compile make to wasm and include it as a cross platform dev dependency?