shithub: scc

ref: d08a9f8c391f91f7413eb8b66cd6d6391fac5a31
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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