logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

clmake - color wrapper for make(1) and less(1)

Authors

       Bjarni R. Einarsson is the author of clmake.

       This  manual page was written for the Debian GNU/Linux distribution because the original program does not
       have a manual page.

       This manual page was written by Joe Wreschnig <piman@sacredchao.net>, for  the  Debian  GNU/Linux  system
       (but may be used by others).

Description

       clmake  acts  as  a wrapper around make(1) to ease reading the output by colorizing it. It also pipes the
       output to the less(1) text pager.

Name

       clmake - color wrapper for make(1) and less(1)

Options

       clmake uses the same command line options as make(1).

See Also

make(1), colormake(1), less(1)

                                                 July 2nd, 2001                                        clmake(1)

Synopsis

clmake [ -fmakefile ] [ option ] ...  target ...

Usage

       To change a makefile  to  use  clmake,  you  may  change  the  path  at  the  top  which  normally  reads
       #!/usr/bin/make to #!/usr/bin/clmake.

       Alternately, you may type clmake whenever you would normally type make when compiling programs.

See Also