diff options
author | John Resig <jeresig@gmail.com> | 2009-02-17 21:56:13 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-02-17 21:56:13 +0000 |
commit | b1a40c9bfdbbfce5416e4dfa52577379bdcc0a74 (patch) | |
tree | 15dbfce4b5f1d097c9ead2240fb109fd56b4b173 /Makefile | |
parent | d8b3bd700fe131d8b1dc381163abc6386a90501e (diff) | |
download | jquery-b1a40c9bfdbbfce5416e4dfa52577379bdcc0a74.tar.gz jquery-b1a40c9bfdbbfce5416e4dfa52577379bdcc0a74.zip |
Disable building the lite and packed versions of jQuery by default (no longer needed).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ MINJAR = java -jar ${BUILD_DIR}/yuicompressor-2.4.2.jar DATE=`svn info . | grep Date: | sed 's/.*: //g'` REV=`svn info . | grep Rev: | sed 's/.*: //g'` -all: jquery lite min pack speed +all: jquery min speed @@echo "jQuery build complete." ${DIST_DIR}: |