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 second 3 echo target 4 5bar: 6 echo first 7 echo target
1foo: bar
2 echo second
3 echo target
4
5bar:
6 echo first
7 echo target