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