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