shithub: scc

ref: 6f2043e9eb7f2eb1a4ab6d4ac58d59f2e36f77a6
dir: /Makefile/

View raw version

DIRS = lib cc1

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