When `make` is run with, for example, `--warn-undefined-variables`, it emits some warnings, like: ``` /home/user/project/something.mk:180: warning: undefined variable 'INSTALL_DIR' ``` It would be great to color these too.