Skip to content

tekknolagi/ninja-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published