shithub: scc

ref: c40ce09e945f1f7fae5347518f85796fb038d053
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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