1CC ::= cc2CFLAGS ::= -O03LDFLAGS ::=4CPPFLAGS ::=56main: main.o myfunc.o7 $(CC) -o $@ $^
A work-in-progress implementation of make(1)
git clone https://git.8pit.net/mach.git
1CC ::= cc2CFLAGS ::= -O03LDFLAGS ::=4CPPFLAGS ::=56main: main.o myfunc.o7 $(CC) -o $@ $^