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