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