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