Ninja - a build system

Ninja, similar to Make

Ninja primarily targets only one piece: the front of a build. This is the wait between starting the build and the time the first compile starts to run.

The Design of Ninja

A build system performs three main tasks:

  1. load and analyze build goals

  2. figure out which steps need to run in order to achieve those goals

  3. execute those steps

你可能感兴趣的:(Ninja - a build system)