shithub: scc

ref: 937a1686e98b70e427e12de8b9b635d245d7e05c
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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