diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-03-02 15:02:41 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-03-02 15:02:41 -0500 |
commit | f524a67e0bfc498d748a2293bd57ee6f900fa9e5 (patch) | |
tree | 0abb8e8d798abb48fd5936f22c6bd303eb7eebef /Makefile | |
parent | 930ab7e6476149d19ba523de77b8871d78cabdec (diff) | |
download | html5ks-f524a67e0bfc498d748a2293bd57ee6f900fa9e5.tar.xz html5ks-f524a67e0bfc498d748a2293bd57ee6f900fa9e5.zip |
meh
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |