shithub: scc

ref: 32ec291ea9f9d16743fee4a53a0c100785643483
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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