A work-in-progress implementation of make(1)
git clone https://git.8pit.net/mach.git
https://git.8pit.net/mach.git
1test: 2 echo foo 3 @echo bar 4 -echo baz
1test:
2 echo foo
3 @echo bar
4 -echo baz