Added support for min and speed to the 'all' build.

This commit is contained in:
John Resig 2007-06-30 00:22:36 +00:00
parent 73ab36b8f8
commit 21d59e8de6

View file

@ -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}: