diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |