From 735ba437336563e10ea8326f6f63b81593463a26 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 3 Jun 2016 02:52:39 +0200 Subject: updated to PJON 3.0 Release --- contrib/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'contrib/Makefile') diff --git a/contrib/Makefile b/contrib/Makefile index 6e87923..b09e6c0 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -24,9 +24,10 @@ LUFA_VERSION := 151115 FASTLED_VERSION := 3.1.0 +PJON_VERSION := 3.0 BMP180_VERSION := V_1.1.2 -all: download-lufa download-fastled update-pjon update-teensy-loader download-bmp180 +all: download-lufa download-fastled download-pjon update-teensy-loader download-bmp180 download-lufa: LUFA-${LUFA_VERSION}.zip @@ -34,9 +35,9 @@ LUFA-${LUFA_VERSION}.zip: wget "http://www.github.com/abcminiuser/lufa/archive/$@" -O "$@" unzip $@ -download-fastled: FastLED-v${FASTLED_VERSION}.zip +download-fastled: FastLED-${FASTLED_VERSION}.zip -FastLED-v${FASTLED_VERSION}.zip: +FastLED-${FASTLED_VERSION}.zip: wget "https://github.com/FastLED/FastLED/archive/v${FASTLED_VERSION}.zip" -O "$@" unzip $@ cd FastLED-${FASTLED_VERSION}; patch -p1 < ../fastled4minimus32.patch @@ -47,12 +48,11 @@ BMP180-${BMP180_VERSION}.zip: wget "https://github.com/sparkfun/BMP180_Breakout_Arduino_Library/archive/${BMP180_VERSION}.zip" -O "$@" unzip -j $@ -d BMP180-${BMP180_VERSION}/ \*/src/\* -.pjon.prepared: - git clone https://github.com/gioblu/PJON.git - touch $@ +download-pjon: PJON-${PJON_VERSION}.zip -update-pjon: .pjon.prepared - cd PJON; git pull +PJON-${PJON_VERSION}.zip: + wget "https://github.com/gioblu/PJON/archive/${PJON_VERSION}.zip" -O "$@" + unzip $@ .teensy-loader.prepared: git clone https://github.com/PaulStoffregen/teensy_loader_cli.git -- cgit v1.2.3