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