From 9d4b408d7937f5df54e20161aa806f79a6ab5a43 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 19 Sep 2015 17:02:25 +0200 Subject: improved contrib handling --- contrib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3