shithub: scc

ref: e1b218ec5e6cc2745a43c5244bf6c2c0481b3e07
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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

.POSIX: