From edbc34d6de32164bccd3f586a34c3ca16267b0d4 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 29 Jun 2015 20:26:36 +0200 Subject: started porting to newer lufa version --- contrib/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'contrib') diff --git a/contrib/Makefile b/contrib/Makefile index f091ab4..c0ad248 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -21,13 +21,12 @@ ## along with spreadspace avr utils. If not, see . ## -LUFA_VERSION := 120219 +LUFA_VERSION := 140928 all: download-lufa download-lufa: LUFA-${LUFA_VERSION}.zip LUFA-${LUFA_VERSION}.zip: - wget "http://lufa-lib.googlecode.com/files/$@" -O "$@" + wget "http://www.github.com/abcminiuser/lufa/archive/$@" -O "$@" unzip $@ - -- cgit v1.2.3