shithub: scc

ref: af9f64086ce4a32c58c096e56b6ca8432d1fcf88
dir: /Makefile/

View raw version

DIRS = lib cc1

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