Y
Hacker News
new
|
ask
|
show
|
jobs
by
tom_
1553 days ago
You can put a copy of make in the repo.
2 comments
matt123456789
1553 days ago
For added stability, make sure it’s statically compiled (which it might be already...)
link
tom_
1553 days ago
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.
link
kernelsanderz
1553 days ago
I’m wondering if you could compile make to wasm and include it as a cross platform dev dependency?
link