summaryrefslogtreecommitdiffstats
path: root/development/ninja/README
diff options
context:
space:
mode:
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.