shithub: scc

ref: e0eed9f03d22464740c57d5baea245791ef84f23
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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