shithub: scc

ref: a90c987aa4bf133d6b484e26684919f482ffad73
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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