shithub: scc

ref: e21b9b0779b6daa0e082d059ce6a179f4b454bef
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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

.POSIX: