shithub: scc

ref: fed5b85cc2ccff56e815e8d964f4fb80f694c5d0
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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

.POSIX: