A work-in-progress implementation of make(1)
git clone https://git.8pit.net/mach.git
https://git.8pit.net/mach.git
1foo: foo.o 2 @echo foo 3 4.DEFAULT: 5 @echo default rule
1foo: foo.o
2 @echo foo
3
4.DEFAULT:
5 @echo default rule