commit ecea3e3

chld  ·  2026-04-13 17:17:54 +0000 UTC
parent 8d5eed2
improve readme
1 files changed,  +4, -4
M README
M README
+4, -4
 1@@ -3,7 +3,7 @@ shinobi
 2 
 3 shinobi is a compiler for makefiles. it parses, expands, and generates
 4 build graphs. the graph can then be used to emit some backend. right
 5-now there is two backends, ninja (for actually building stuff) and 
 6+now there are two backends, ninja, for building, and 
 7 graphviz dot, for vizualisation.
 8 
 9 the end goal is to be 99% compatible with both posix and gnu style
10@@ -12,10 +12,10 @@ of make grammar is supported, enough to parse very simple makefiles
11 (like this project's own makefile)
12 
13 if you want to help out, there's lots to do. feel free to make a 
14-contibution.
15+contibution, or open a issue
16 
17-it is implemented in C99. the perl in this repo is just the gnu make 
18+shinobi is implemented in C99. the perl in this repo is just the gnu make 
19 test suite.
20 
21-this is public domain software
22+shinobi is public domain software, though users can additionally take it under the 0bsd license.
23