shithub: scc

ref: d0763d72e63709ffc8af883c5dd2db4be98f6b77
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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