From 6c6e3a1bce740935554981866e508c20f14a8725 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 23 May 2014 16:40:22 +0200 Subject: improved contrib Makefile --- contrib/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'contrib/Makefile') 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 v1.2.3