shithub: scc

ref: 8725d3f744980d3c1998a2fb7bbddb8daf640842
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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

.POSIX: