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