An open API service indexing awesome lists of open source software.

https://github.com/tekknolagi/ninja-demo


https://github.com/tekknolagi/ninja-demo

build-tools c cpp ninja

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

          

# A little Ninja demo

This bundles a slightly modified version of
[@gkbrk](https://github.com/gkbrk/)'s tiny Ninja implementation in Python
(AGPLv3) as well as the `ninja_syntax.py` file from upstream
[Ninja](https://github.com/ninja-build/ninja/) (Apache 2.0) to build an example
C project.

Check it out with:

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

Look ma, no rebuilds.