diff options
author | John Resig <jeresig@gmail.com> | 2010-10-14 16:35:35 -0400 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2010-10-14 16:35:35 -0400 |
commit | ae772e742295591678ee53c89e5132df817c4606 (patch) | |
tree | b0e1be5ff7b65720715318d3e853d1af991628b6 /Makefile | |
parent | ea507b3e998126ae1f94f4fd1618994d645c9cc8 (diff) | |
download | jquery-ae772e742295591678ee53c89e5132df817c4606.tar.gz jquery-ae772e742295591678ee53c89e5132df817c4606.zip |
Updating the copy of Google Closure Compiler.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ DIST_DIR = ${PREFIX}/dist RHINO ?= java -jar ${BUILD_DIR}/js.jar -CLOSURE_COMPILER = ${BUILD_DIR}/google-compiler-20091218.jar +CLOSURE_COMPILER = ${BUILD_DIR}/google-compiler-20100917.jar MINJAR ?= java -jar ${CLOSURE_COMPILER} |