summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-10 12:34:37 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-10 12:34:37 -0500
commitbe3e54f9ebfa05aa5abd4cac8308e8426ec028af (patch)
tree3246b9f7bc37fef5e5f4f64d3146409cbcaff6e4
parent5714a584a3f8cd576df4a2042286b10cf76e54c3 (diff)
Add wget capabilities
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
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