shithub: scc

ref: 8be6d800e600783495e7c5783c128ae81e02b5b9
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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