summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-03-02 15:02:41 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-03-02 15:02:41 -0500
commitf524a67e0bfc498d748a2293bd57ee6f900fa9e5 (patch)
tree0abb8e8d798abb48fd5936f22c6bd303eb7eebef /Makefile
parent930ab7e6476149d19ba523de77b8871d78cabdec (diff)
downloadhtml5ks-f524a67e0bfc498d748a2293bd57ee6f900fa9e5.tar.xz
html5ks-f524a67e0bfc498d748a2293bd57ee6f900fa9e5.zip
meh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 03510b5..b66ce8d 100644
--- a/Makefile
+++ b/Makefile
@@ -149,12 +149,12 @@ JSDATA := www/js/play.js www/js/images.js
JS := $(JSLIBS) $(MYJS) $(JSDATA)
JSOUT := www/js/all.min.js
-Modernizr/dist/modernizr-build.js: config-all.json
+Modernizr/dist/modernizr-build.js: Modernizr
ln -fs ../../config-all.json Modernizr/lib/config-all.json
cd Modernizr && npm update && node_modules/.bin/grunt build
-when/build/when.js:
- cd when && npm update && npm run browserify-debug
+when/build/when.js: when
+ export PYTHON=python2; cd when && npm update && npm run browserify-debug
js: $(JSOUT)