commit 05007e1

shrub900  ·  2026-04-13 21:19:09 +0000 UTC
parent 0f2fdc5
revert ecea3e3f32d55150d8eba5f152227216c5770906

revert 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 are two backends, ninja, for building, and 
 6+now there is two backends, ninja (for actually building stuff) 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, or open a issue
15+contibution.
16 
17-shinobi is implemented in C99. the perl in this repo is just the gnu make 
18+it is implemented in C99. the perl in this repo is just the gnu make 
19 test suite.
20 
21-shinobi is public domain software, though users can additionally take it under the 0bsd license.
22+this is public domain software
23