shithub: scc

ref: 193ddab783899d6a84e9dc0afd3f2ee7af2fcdb2
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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