shithub: scc

ref: 371dbd08d948b3679df21e8304ecfb20724d0976
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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