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