From 9a91d4dedc345f97fad0da2a032498e9953129f3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 30 Jun 2015 22:46:39 +0200 Subject: started import of FastLED --- contrib/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'contrib/Makefile') diff --git a/contrib/Makefile b/contrib/Makefile index c0ad248..5ced434 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -23,10 +23,17 @@ LUFA_VERSION := 140928 -all: download-lufa +all: download-lufa update-fastled download-lufa: LUFA-${LUFA_VERSION}.zip LUFA-${LUFA_VERSION}.zip: wget "http://www.github.com/abcminiuser/lufa/archive/$@" -O "$@" unzip $@ + +.fastled.prepared: + git clone --branch 'FastLED3.1' https://github.com/FastLED/FastLED.git + touch $@ + +update-fastled: .fastled.prepared + cd FastLED/; git pull -- cgit v1.2.3