shithub: scc

ref: c305b6f188a2d59e8ba7e87b6ee6761922d09447
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

all clean:
	for i in $(DIRS) ;\
	do \
		(cd $$i && $(MAKE) $@) ;\
	done