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