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