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