A work-in-progress implementation of make(1)
git clone https://git.8pit.net/mach.git
https://git.8pit.net/mach.git
1foo: bar 2 echo foo 3 4bar: 5 echo bar 6 7.SILENT: foo 8.SILENT: bar
1foo: bar
2 echo foo
3
4bar:
5 echo bar
6
7.SILENT: foo
8.SILENT: bar