this repo has no description
Python 98.8%
C 1.2%
11 1 0

Clone this repository

https://tangled.org/bernsteinbear.com/ninja-demo https://tangled.org/did:plc:fmlri4btc7kco6w4xi3g3cwk/ninja-demo
git@tangled.org:bernsteinbear.com/ninja-demo git@tangled.org:did:plc:fmlri4btc7kco6w4xi3g3cwk/ninja-demo

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

A little Ninja demo#

This bundles a slightly modified version of @gkbrk's tiny Ninja implementation in Python (AGPLv3) as well as the ninja_syntax.py file from upstream Ninja (Apache 2.0) to build an example C project.

Check it out with:

$ ./configure
$ ./ninja.py
[1/4] CC main.o
[3/4] CC lib.o
[4/4] LD main
$ ./ninja.py
$

Look ma, no rebuilds.