shithub: scc

ref: 9051e2b39dc3488b33c454ec375465471f3c3eb6
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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

.POSIX: