Colormake icon indicating copy to clipboard operation
Colormake copied to clipboard

A simple wrapper around make to colorize the output.

Results 10 Colormake issues
Sort by recently updated
recently updated
newest added

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.

It would be great if we can have a tag for colormake at 20170221, thanks.

When a makefile performs a 'copy -i' or an 'install' and the target file already exists, those utilities prompt the user to overwrite. That prompt is not "passed through" to...

It is mainly an update to have different colors for notes, warnings and errors.

Package is missing /usr/share/colormake/colormake.rc

I noticed this when a `makefile` target launched `minicom` (a serial port monitoring thing), and I couldn't use the Esc + x stroke that is required to quit it. I...

It would be nice for a screenshot of colorized output to be added to `README.md`.

I use the same interesting trick in gcc to LLVM to solve this problem. This is just an advice

To test the files from test I have to do something like: ``` cd test PATH="$PATH:.." ../colormake ``` Maybe you could provide a `run_test.sh` script to do just that?

## Detecting `gcc` output without its command ### Commit message from a line that only contain a code file name because - some make files don't print the `gcc` command...