summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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