shithub: scc

ref: 7aa7271a9ad01e7368fffa0c5d7426e86a696dcb
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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