A work-in-progress implementation of make(1)
git clone https://git.8pit.net/mach.git
https://git.8pit.net/mach.git
1DELAYED = foo 2 3main: 4 echo $(DELAYED)
1DELAYED = foo
2
3main:
4 echo $(DELAYED)