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