7 ms·
The GnuWin32 port of Make [1] is version 3.81. I've used it when I needed GNU Make on Windows. I know there are other ways to get newer versions of Make on Wi
by ixtenu 4y ago
The GnuWin32 port of Make [1] is version 3.81. I've used it when I needed GNU Make on Windows. I know there are other ways to get newer versions of Make on Windows, but the GnuWin32 port is simple, standalone, and it still works despite its age...
[1]: https://gnuwin32.sourceforge.net/packages/make.htm https://gnuwin32.sourceforge.net/packages/make.htm
- yjftsjthsd-h 4y agoCurious; is there some reason that they're using that version of make?
- chungy 4y agoIt appears the project was abandoned (last release in 2006). Sensible enough, I wouldn't expect newer software to exist in a 2006 release. I assume GP knows about Cygwin and elects not to use it.
- AstralStorm 4y agoThere's also Mingw and MSYS versions of GNU Make, if you don't like Cygwin for some particular reason.