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