shithub: scc

ref: f85a7bfa8943a40c196cb4e3778106bcc77e7eb5
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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

.POSIX: