shithub: scc

ref: d897f1e478283d1fc1a71ac9637056c190a2da3f
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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

.POSIX: