From 65f9e264d05b3a09ca76d0050607981d48e699a3 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 23 May 2018 01:35:46 +0200 Subject: [PATCH] Fixed source url --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1562529..31c040e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ARCH := $(shell uname -m | sed -e 's/x86_64/x64/') SDK_PATH=../../leap/LeapSDK all: - [ -f ./LeapSDK.tar.gz ] || wget -O LeapSDK.tar.gz $(SOURCE) + [ -f ./LeapSDK.tar.gz ] || wget -O LeapSDK.tar.gz http://warehouse.leapmotion.com/apps/4185/download/ mkdir -p leap tar xvf LeapSDK.tar.gz -C leap --strip-components 1 cp -r $(SDK_PATH)/include ./include