1CC ::= cc2CFLAGS ::= -O03LDFLAGS ::=4CPPFLAGS ::=56all: main7 touch myheader.h8 $(MAKE) main910main: main.o myfunc.o11 $(CC) -o $@ $^1213main.o myfunc.o: myheader.h
A work-in-progress implementation of make(1)
git clone https://git.8pit.net/mach.git
1CC ::= cc2CFLAGS ::= -O03LDFLAGS ::=4CPPFLAGS ::=56all: main7 touch myheader.h8 $(MAKE) main910main: main.o myfunc.o11 $(CC) -o $@ $^1213main.o myfunc.o: myheader.h