shithub: scc

ref: 1b0107f059a35efdbef66890593f2913c6b460ee
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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