aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-06-30 00:22:36 +0000
committerJohn Resig <jeresig@gmail.com>2007-06-30 00:22:36 +0000
commit21d59e8de607e33c54cf8f7bff2c5f0b7a6c40f9 (patch)
treedfa59f474a2f90bff3698c6ec382dc58926ec191 /Makefile
parent73ab36b8f8f14ed7872bf930a08d8eae68f30fda (diff)
downloadjquery-21d59e8de607e33c54cf8f7bff2c5f0b7a6c40f9.tar.gz
jquery-21d59e8de607e33c54cf8f7bff2c5f0b7a6c40f9.zip
Added support for min and speed to the 'all' build.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 52fbdb39f..ff6948848 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ VER = sed s/@VERSION/${JQ_VER}/
JAR = java -jar ${BUILD_DIR}/js.jar
-all: jquery lite pack docs test
+all: jquery lite min pack docs test speed
@@echo "jQuery build complete."
${DIST_DIR}: