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