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