shithub: scc

ref: 7e5eb0d9f025aab0d247d0566f1a970cdb18ece9
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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