shithub: scc

ref: a0e2bdc94eb6fd60818d9278fe7ab23d223518ae
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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

.POSIX: