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