From cd63149204c36b677c3175da8aab16ae43966b92 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 28 Nov 2018 20:47:51 +0100 Subject: rename external lib crypto to rweather-crypto --- contrib/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'contrib/Makefile') diff --git a/contrib/Makefile b/contrib/Makefile index eb86305..37eba4f 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -28,8 +28,8 @@ PJON_VERSION := 3.0 VUSB_VERSION := 20121206 RADIOHEAD_VERSION := 1.89 -all: download-lufa download-fastled download-pjon download-vusb download-radiohead clone-crypto clone-teensy-loader clone-micronucleus -update-all: update-crypto update-teensy-loader update-micronucleus +all: download-lufa download-fastled download-pjon download-vusb download-radiohead clone-rweather-crypto clone-teensy-loader clone-micronucleus +update-all: update-rweather-crypto update-teensy-loader update-micronucleus download-lufa: LUFA-${LUFA_VERSION}.zip @@ -68,14 +68,14 @@ RadioHead-${RADIOHEAD_VERSION}.zip: cd RadioHead; patch -p1 < ../radiohead.patch -.crypto.prepared: - git clone https://github.com/rweather/arduinolibs.git crypto +.rweather-crypto.prepared: + git clone https://github.com/rweather/arduinolibs.git rweather-crypto touch $@ -clone-crypto: .crypto.prepared +clone-rweather-crypto: .rweather-crypto.prepared -update-crypto: .crypto.prepared - cd crypto; git pull +update-rweather-crypto: .rweather-crypto.prepared + cd rweather-crypto; git pull .teensy-loader.prepared: -- cgit v1.2.3