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