From fe8df867d38859f4d2a1b5b85c562c6ddaf5222b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 3 May 2016 16:46:20 +0200 Subject: add PJON source to contrib makefile --- contrib/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'contrib/Makefile') diff --git a/contrib/Makefile b/contrib/Makefile index c76db20..b250199 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -24,7 +24,7 @@ LUFA_VERSION := 151115 FASTLED_VERSION := v3.1.0 -all: download-lufa download-fastled update-teensy-loader +all: download-lufa download-fastled update-pjon update-teensy-loader download-lufa: LUFA-${LUFA_VERSION}.zip @@ -38,6 +38,13 @@ FastLED-${FASTLED_VERSION}.zip: wget "https://github.com/FastLED/FastLED/archive/${FASTLED_VERSION}.zip" -O "$@" unzip $@ +.pjon.prepared: + git clone https://github.com/gioblu/PJON.git + touch $@ + +update-pjon: .pjon.prepared + cd PJON; git pull + .teensy-loader.prepared: git clone https://github.com/PaulStoffregen/teensy_loader_cli.git touch $@ -- cgit v1.2.3