shithub: scc

ref: 5b42385090b777a97827b76840e814f57a859cb8
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)