summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-02-17 09:06:54 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-02-17 09:07:14 -0500
commit4f1398e0a5a8dd23dd5d2cc9bd73f7af70c1d440 (patch)
tree22e351d9ff147deca2dc2025304f4a923cab8b1e /Makefile
parent0c3b699af570d52bf9f36bc3ac6d9c18bd205ea4 (diff)
downloadhtml5ks-4f1398e0a5a8dd23dd5d2cc9bd73f7af70c1d440.tar.xz
html5ks-4f1398e0a5a8dd23dd5d2cc9bd73f7af70c1d440.zip
stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 011a004..41315c5 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,9 @@ WEBPMUX ?= webpmux
CONVERT ?= convert
APNGASM ?= apngasm
UGLIFYJS ?= uglifyjs
+GRUNT ?= grunt
+#JPEGTRAN ?= jpegtran
+#JPEGRESCAN ?= jpegrescan
DUMP ?= www/dump
@@ -22,7 +25,7 @@ all: .modules video audio images js
.modules: .gitmodules
git submodule update --init
ln -fs ../../config-all.json Modernizr/lib/config-all.json
- cd Modernizr && npm update && grunt build
+ cd Modernizr && npm update && $(GRUNT) build
touch .modules
# === VIDEO ===