shithub: scc

ref: c7b52bd47910e2c14bc19422d14c432d20d92cce
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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

.POSIX: