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