shithub: scc

ref: a2e43bb731e42e513878f7ae93255ae329ebbf0c
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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