shithub: scc

ref: 1b2bcd0b455e35c6792bb1ce19859288e696a00a
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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

.POSIX: