shithub: scc

ref: d278581748408090b5f80c955a256264b3a9dd69
dir: /lib/Makefile/

View raw version
.POSIX:

PROJECTDIR = ..

include $(PROJECTDIR)/rules.mk

DIRS = scc coff32 crt c

all: $(DIRS)

$(DIRS): FORCE
	+@cd $@ && $(MAKE)

dep clean distclean:
	$(FORALL)