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