shithub: scc

ref: 23597ee476bd27f80b8f3f88c7ba5811ee2e94b7
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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