summaryrefslogtreecommitdiffstats
path: root/misc/Colormake/README
diff options
context:
space:
mode:
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'