From be3e54f9ebfa05aa5abd4cac8308e8426ec028af Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 10 Dec 2011 12:34:37 -0500 Subject: Add wget capabilities --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 550c18b..9e03e0a 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,13 @@ PATCH = patch SASS = sass PHP = $(call pick,php5 php) PNGCRUSH = $(call pick,pngcrush cp) + +WGET = $(call pick,wget curl) +ifeq ($(notdir $(WGET)),wget) +WGETFLAGS = -O- +endif +WGET_OUTFLAG = > + SVG2PNG = $(call pick,rsvg-convert convert) ifeq ($(notdir $(SVG2PNG)),rsvg-convert) SVG2PNG_OUTFLAG = -o -- cgit v1.2.3