I'm trying to give my build-process output some intelligibility by adding color to the output. With the underlying compiler being gcc, I thought all I would have to do is add some flags CFLAGS += -fdiagnostics-color=always CXXFLAGS += -fdiagnostics-color=always CPPFLAGS += -fdiagnostics-color=always...