summaryrefslogtreecommitdiff
path: root/contrib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Makefile')
-rw-r--r--contrib/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index 5ced434..722114b 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -23,7 +23,7 @@
LUFA_VERSION := 140928
-all: download-lufa update-fastled
+all: download-lufa update-fastled update-teensy-loader
download-lufa: LUFA-${LUFA_VERSION}.zip
@@ -37,3 +37,10 @@ LUFA-${LUFA_VERSION}.zip:
update-fastled: .fastled.prepared
cd FastLED/; git pull
+
+.teesy-loader.prepared:
+ git clone https://github.com/PaulStoffregen/teensy_loader_cli.git
+ touch $@
+
+update-teensy-loader: .teesy-loader.prepared
+ cd teensy_loader_cli; git pull; make