shithub: scc

ref: a5c12645afd1ef9898519afbac2b53c1e74a99d1
dir: /Makefile/

View raw version

DIRS = lib cc1

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