kolewu / mini-make

A miniature version of Make to run on all systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini Make

Build Status Build status

Mini Make is an implementation of Make that runs on Windows and Linux.

It is made to run Makefiles generated by CMake, and with a few other features from GNU Make.

Building

CMake is the primary build tool.

To build the project with CMake, do this:

mkdir build
cd build
cmake ../.. -DCMAKE_BUILD_TYPE=Release
cmake --build . --target all
cmake --build . --target install

About

A miniature version of Make to run on all systems.

License:GNU General Public License v3.0


Languages

Language:C 97.4%Language:CMake 2.3%Language:Makefile 0.2%Language:Vim Script 0.1%