From 07491040c60fe1c1a1876ce6d1c2c66484e6aa02 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 31 May 2014 21:04:33 +0000 Subject: updated avr utils diff --git a/contrib/Makefile b/contrib/Makefile index 28bebc7..858cc90 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -22,11 +22,12 @@ ## LUFA_VERSION := 120219 -all: download -download: LUFA-${LUFA_VERSION}.zip +all: download-lufa + +download-lufa: LUFA-${LUFA_VERSION}.zip LUFA-${LUFA_VERSION}.zip: - wget "http://lufa-lib.googlecode.com/files/LUFA-${LUFA_VERSION}.zip" -O "LUFA-${LUFA_VERSION}.zip" - unzip LUFA-${LUFA_VERSION}.zip + wget "http://lufa-lib.googlecode.com/files/$@" -O "$@" + unzip $@ -- cgit v0.10.2