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 false 3 echo foo 4 5bar: 6 echo bar 7 false 8 9.IGNORE:
1foo: bar
2 false
3 echo foo
4
5bar:
6 echo bar
7 false
8
9.IGNORE: