mcandre / toys

code demos for newbies
https://github.com/mcandre/toys
30 stars 6 forks source link

look into replacing dev provisioning scripts with ninja #426

Closed mcandre closed 6 months ago

mcandre commented 1 year ago

https://ninja-build.org/

ninja is somewhat less well known than make. Check for convenient Ninja CLI packages in:

mcandre commented 6 months ago

ninja was explicitly designed as an intermediate machine format, not a human readable format.

ninja does not appear to make it easier than make to perform common command line tasks.

Unknown state of ninja linters.

Sticking with make + unmake for now.