mach

A work-in-progress implementation of make(1)

git clone https://git.8pit.net/mach.git

1foo: bar
2	false
3	echo foo
4
5bar:
6	echo bar
7	false