summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-09-19 17:02:25 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-09-19 17:02:25 +0200
commit9d4b408d7937f5df54e20161aa806f79a6ab5a43 (patch)
treee42bbb28d7096a82834f256de2c37ea622301b3d
parentadd rainbow (diff)
improved contrib handling
-rw-r--r--contrib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index 722114b..7bb0da2 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -33,10 +33,11 @@ LUFA-${LUFA_VERSION}.zip:
.fastled.prepared:
git clone --branch 'FastLED3.1' https://github.com/FastLED/FastLED.git
+ git -C FastLED checkout b3e1d2645f466040d51f32f299e609bec574437e
touch $@
update-fastled: .fastled.prepared
- cd FastLED/; git pull
+ git -C FastLED fetch
.teesy-loader.prepared:
git clone https://github.com/PaulStoffregen/teensy_loader_cli.git