shithub: scc

ref: 7de77b9d418a975b358d701e26452c80819d6042
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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