mcandre / toys

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

c/c++: move provisioning to ninja script #490

Closed mcandre closed 5 months ago

mcandre commented 5 months ago

And update the build commands to use the ninja generator.

We shall drop the need for make, unmake, and Rust.

mcandre commented 5 months ago

VSCode fails to highlight ninja's flavor of a phony keyword.

ninja appears to lack task hierarchies.

Also, ninja is an interpreted application that depends on Python, which is another can of worms to manage.

wontfix