aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-09-22 18:26:59 +0530
committerSudar <sudar@sudarmuthu.com>2013-09-22 18:26:59 +0530
commit5b80b540bb6ee4339684bff61fb58bbaaec79ac2 (patch)
tree2b8d8d20a0930c43e1adf0f0a7745c1a904cef8e /README.md
parentc93304cf9458f1633bf81b0197c6b298c9ffb6df (diff)
Add note about using colorgcc with this makefile
Fix #119
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6f8235a..5bf0a46 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,10 @@ To upload compiled files, `avrdude` is used. This Makefile tries to find `avrdud
AVRDDUDE = /usr/bin/avrdude
AVRDUDE_CONF = /etc/avrdude.conf
+## Colorgcc
+
+It is possible to use `[colorgcc](https://github.com/colorgcc/colorgcc)` with this makefile. Check out [this comment](http://hardwarefun.com/tutorials/compiling-arduino-sketches-using-makefile#comment-1408) to find usage instructions.
+
## Versioning
The current version of the makefile is `0.12.0`. You can find the full history in the [HISTORY.md](HISTORY.md) file