ref: 64122b83087c57a0fc5eb7a272816212f4994ab1 dir: /Makefile/
DIRS = lib cc1 cc2 all clean: for i in $(DIRS) ;\ do \ (cd $$i && $(MAKE) $@) ;\ done