Colormake
Colormake copied to clipboard
Color make's own warnings
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.
By the way. The warnings are printed to stderr. It may make sense to color stderr differently.