ref: 4effab9743c86099794e0bca4035a59d7405de47
dir: /src/Makefile/
.POSIX: PROJECTDIR = .. include $(PROJECTDIR)/scripts/rules.mk TOOLS = cc1 cc2 ld as cmd LIBS = libscc libc libcrt libmach DIRS = $(TOOLS) $(LIBS) all: $(TOOLS) $(TOOLS): $(LIBS) $(DIRS): FORCE +@cd $@ && $(MAKE) dep clean: $(FORALL)