slackbuilds/development/ninja
Christoph Willing 3a682d256c
development/ninja: Updated for version 1.7.1
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
2016-07-17 07:50:02 +07:00
..
README development/ninja: Added (small build system with a focus on speed). 2015-10-28 22:47:42 +07:00
ninja.SlackBuild development/ninja: Updated for version 1.7.1 2016-07-17 07:50:02 +07:00
ninja.info development/ninja: Updated for version 1.7.1 2016-07-17 07:50:02 +07:00
slack-desc development/ninja: Added (small build system with a focus on speed). 2015-10-28 22:47:42 +07:00

README

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.