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