shithub: scc

ref: f29ca15fca80ed1d1f4865e9e7e258cfd3992948
dir: /Makefile/

View raw version

DIRS = lib cc1

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