shithub: scc

ref: ed8f996d60efdfd7706c9e40a136a18f8422371d
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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