A work-in-progress implementation of make(1)
git clone https://git.8pit.net/mach.git
https://git.8pit.net/mach.git
1.SUFFIXES: .x 2 3target: target.x 4 5.x: 6 echo inferred 7 touch $@
1.SUFFIXES: .x
2
3target: target.x
4
5.x:
6 echo inferred
7 touch $@