shithub: scc

ref: 5956b8e016a018b2701f8651e328f7ddae62084f
dir: /Makefile/

View raw version

DIRS = lib cc1

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