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