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