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