This commit is contained in:
Noah Swerhun 2024-03-04 12:27:43 -06:00
parent 17ee1a3b70
commit dcb2c2d35e

View file

@ -1,5 +1,5 @@
# ngen # ngen
Build file generator (engine) for the [`ninja` build Build file generator (engine) for the [Ninja build
system](https://ninja-build.org/). system](https://ninja-build.org/).
Licensed under the GPLv3. Licensed under the GPLv3.
@ -25,5 +25,5 @@ Ninja is a small, modern build system that uses a bare-bones configuration
language that is easy to both read and generate (but not necessarily easy to language that is easy to both read and generate (but not necessarily easy to
write by hand). "Where other build systems are high-level languages Ninja aims write by hand). "Where other build systems are high-level languages Ninja aims
to be an assembler," according to Ninja's website. It can be thought of as a to be an assembler," according to Ninja's website. It can be thought of as a
simpler, faster replacement for the classic `make`, . It is used by default by simpler, faster replacement for the classic `make`. It is used by default by
Meson; CMake can also be configured to use ninja as a backend. Meson; CMake can also be configured to use ninja as a backend.