summaryrefslogtreecommitdiffstats
path: root/misc/Colormake/README
diff options
context:
space:
mode:
author Edinaldo P. Silva <edps.mundognu@gmail.com>2015-10-09 23:39:53 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-10-09 23:39:53 +0700
commit1673835d5a699ff9292dd33bef731a44466bfc2b (patch)
tree331b74e7579c1f5d45177194445375eddf672179 /misc/Colormake/README
parente72e9b50e040ce528d04fcc64ed4debe787bc884 (diff)
downloadslackbuilds-1673835d5a699ff9292dd33bef731a44466bfc2b.tar.gz
slackbuilds-1673835d5a699ff9292dd33bef731a44466bfc2b.tar.xz
misc/Colormake: Added (a simple wrapper to colorize the output).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/Colormake/README')
-rw-r--r--misc/Colormake/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/Colormake/README b/misc/Colormake/README
new file mode 100644
index 0000000000..aa355f6c90
--- /dev/null
+++ b/misc/Colormake/README
@@ -0,0 +1,8 @@
+Colormake (a simple wrapper around make to colorize the output)
+
+Colormake is a simple wrapper for making the output from make easier
+to read (more colorful), and errors easier to find in messy
+compilations. It was inspired by Micheal T. Babcock's excellent
+logcolorize program.
+
+To use, simply create a alias: alias make='colormake'