wok annotate ninja/description.txt @ rev 25643
Fix mouse issue on mc with ncurses6
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Jan 12 14:14:28 2024 +0100 (13 months ago) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@25129 | 1 Ninja is a small build system with a focus on speed. |
Hans-G?nter@25129 | 2 It differs from other build systems in two major respects: |
Hans-G?nter@25129 | 3 it is designed to have its input files generated by a |
Hans-G?nter@25129 | 4 higher-level build system, and |
Hans-G?nter@25129 | 5 it is designed to run builds as fast as possible. |