shithub: scc

ref: 3b52a1e7d7756e0b70b79edbd47fab5b19450164
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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

.POSIX: