shithub: scc

ref: 6edad19c7b1d3bfda9f38073f950ce914895f63e
dir: /Makefile/

View raw version

DIRS = lib cc1

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