shithub: scc

ref: fc8190e4863a2d300391578be850614b7b3f4b9d
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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