diff options
-rw-r--r-- | contrib/Makefile | 3 |
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 |