shithub: scc

ref: 2d9f4dcdec7a6a85817ec1a58b7f106aa9f43b0d
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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