summaryrefslogtreecommitdiffstats
path: root/development/ninja/README
diff options
context:
space:
mode:
author Markus Rinne2015-10-28 16:47:42 +0100
committer Willy Sudiarto Raharjo2015-10-28 16:47:42 +0100
commitffd3844f54bb2581b1318c4aad9cf5e2ea61d014 (patch)
tree389dce381ef3af6ab52366b6dcd7139e94625de3 /development/ninja/README
parentf9d05a005b3892e6b172f78837f51cf2d5bc97c7 (diff)
downloadslackbuilds-ffd3844f54bb2581b1318c4aad9cf5e2ea61d014.tar.gz
development/ninja: Added (small build system with a focus on speed).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ninja/README')
-rw-r--r--development/ninja/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/ninja/README b/development/ninja/README
new file mode 100644
index 0000000000..4881393f6e
--- /dev/null
+++ b/development/ninja/README
@@ -0,0 +1,4 @@
+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.