1all: foo bar baz23foo:4 @echo foo5 @echo no error67bar:8 @false9 @echo error here1011baz:12 @echo baz13 @echo something
A work-in-progress implementation of make(1)
git clone https://git.8pit.net/mach.git
1all: foo bar baz23foo:4 @echo foo5 @echo no error67bar:8 @false9 @echo error here1011baz:12 @echo baz13 @echo something