Ninja build tool
Table of Contents
Read:
- https://ninja-build.org/manual.html
- https://neugierig.org/software/blog/2020/05/ninja.html
- https://stackoverflow.com/questions/62847359/is-there-something-in-the-ninja-language-that-makes-it-faster-than-make
- https://iq.opengenus.org/make-vs-ninja/
- 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