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