shithub: scc

ref: 4eda2c207ed04ee707ff37e1a87ddd73d1c4d180
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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

.POSIX: