[cmake-developers] Mini Make

Brad King brad.king at kitware.com
Mon Aug 28 15:41:57 EDT 2017


On 08/27/2017 02:24 PM, Taylor Holberton wrote:
> I just finished the first release of a cross platform, minimalistic
> Make implementation.
> 
> It was made specifically to run CMake generated Makefiles on Linux
> and Windows (haven't tested on macOS yet).
> 
> It's on GitHub <https://github.com/tay10r/mini-make> and it's called Mini Make.

Neat.  I suggest adding more to the readme:

* Distinguish the instructions for building Mini Make using CMake
  from using Mini Make for building another project with CMake.

* Explain the motivation and benefits of using Mini Make over
  another make tool on each system.  (Parallel "make" with MSVC?)

-Brad


More information about the cmake-developers mailing list