mach

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

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

1.SUFFIXES: .x
2
3.x.y:
4	echo "inferred"
5	touch $@
6
7all: target.y