shithub: scc

ref: 6c32e2dc143c56ea0187f19add3b543eae988c06
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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