Ninja build tool

Read:

  1. https://ninja-build.org/manual.html
  2. https://neugierig.org/software/blog/2020/05/ninja.html
  3. https://stackoverflow.com/questions/62847359/is-there-something-in-the-ninja-language-that-makes-it-faster-than-make
  4. https://iq.opengenus.org/make-vs-ninja/
  5. https://news.ycombinator.com/item?id=13074008

Installation

https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages

How to clean build using Ninja?

Run this from terminal:

ninja -t clean