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