shithub: scc

ref: 8ae1031043e527a86ee96bb6740f10078314583a
dir: /Makefile/

View raw version

DIRS = lib cc1

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