Ninja - a build system

2014-06-01  本文已影响0人  Vicancy

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

上一篇 下一篇

猜你喜欢

热点阅读