This is the command colormake that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
colormake - color wrapper for make(1)
SYNOPSIS
colormake [ --short ] ...
DESCRIPTION
colormake acts as a wrapper around make(1) to ease reading the output by colorizing it.
OPTIONS
The --short option instructs colormake to truncate lines so they do not wrap. All other
options will be passed unmodified to make(1).
USAGE
To change a makefile to use colormake, you may change the path at the top which normally
reads #!/usr/bin/make to #!/usr/bin/colormake.
Alternately, you may type colormake whenever you would normally type make when compiling
programs.
Colormake is also available using the alternate names which enable piping through less
(clmake), truncated output so lines do not wrap (colormake-short), or both (clmake-short).
Use colormake online using onworks.net services