mach

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

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

1int
2myfunc(int x)
3{
4	return x * 2;
5}