Ninja is an open source template language created in 2012 by Evan Martin.
#222on PLDB | 12Years Old | 0Repos |
git clone https://github.com/ninja-build/ninja
Ninja is a small build system with a focus on speed. It differs from other build systems in two major respects: it is designed to have its input files generated by a higher-level build system, and it is designed to run builds as fast as possible. In essence, Ninja is meant to replace Make, which is slow when performing incremental (or no-op) builds. Read more on Wikipedia...