shithub: scc

ref: 346f1489576c42a2ca2ac7d05958d59f09569b66
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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