美文网首页
Ninja - a build system

Ninja - a build system

作者: Vicancy | 来源:发表于2014-06-01 22:12 被阅读0次

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

      本文链接:https://www.haomeiwen.com/subject/fobdtttx.html