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