shithub: scc

ref: 6c44531003e21a540421fc73a382d6f7b3520cbd
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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