diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2015-10-28 22:47:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-28 22:47:42 +0700 |
commit | ffd3844f54bb2581b1318c4aad9cf5e2ea61d014 (patch) | |
tree | 389dce381ef3af6ab52366b6dcd7139e94625de3 /development/ninja/README | |
parent | f9d05a005b3892e6b172f78837f51cf2d5bc97c7 (diff) | |
download | slackbuilds-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/README | 4 |
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. |