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