How to add 27 esc characters to a makefile ?
In text form, I could not get the commands to work properly. I would like to find a way to insert 27 code text. If that doesn't work, I would prefer an insert with mc .
An example, color is inserted here:
sed "s/error:/^[1;31merror:^[0m/g" dist/out;
^ - 27 characters.