A work-in-progress implementation of make(1)
git clone https://git.8pit.net/mach.git
https://git.8pit.net/mach.git
1LST = FOO 2LST += BAR BAZ 3LST += LAST 4 5all: 6 @echo ${LST}
1LST = FOO
2LST += BAR BAZ
3LST += LAST
4
5all:
6 @echo ${LST}