If you use a custom build script and sub-programms sometimes do not output color. CLICOLOR_FORCE=1` as environment variable helps.
First I thought that SublimeANSI was not working. But it turned out that gnu-make assumed that the output pipe has no color support and so did not output any colors. Fortunately gnu-make supports CLICOLOR_FORCE.
To save the time of other people this information would be a very good nice-to-have in the readme file.
If you use a custom build script and sub-programms sometimes do not output color. CLICOLOR_FORCE=1` as environment variable helps.
First I thought that SublimeANSI was not working. But it turned out that gnu-make assumed that the output pipe has no color support and so did not output any colors. Fortunately gnu-make supports
CLICOLOR_FORCE
.To save the time of other people this information would be a very good nice-to-have in the readme file.