shithub: scc

ref: ec024fa76037859d683d2befaee81b93e586fea1
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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