diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 00:35:21 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:27 +0700 |
commit | 2e7762e746ec3b69b7653f8150ca90cfea9b6ef4 (patch) | |
tree | de77e9fb87a75c1628e48f82d034e20fafd4991b /development/ninja | |
parent | 95a1d7ef012b8f71072799531e181d6f0344aa9d (diff) | |
download | slackbuilds-2e7762e746ec3b69b7653f8150ca90cfea9b6ef4.tar.gz |
development/ninja: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ninja')
-rw-r--r-- | development/ninja/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/ninja/README b/development/ninja/README index 4881393f6e..6f1c62d7da 100644 --- a/development/ninja/README +++ b/development/ninja/README @@ -1,4 +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. +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. |