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