summaryrefslogtreecommitdiff
path: root/contrib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Makefile')
-rw-r--r--contrib/Makefile14
1 files changed, 7 insertions, 7 deletions
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: