Added support for min and speed to the 'all' build.
This commit is contained in:
parent
73ab36b8f8
commit
21d59e8de6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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}:
|
||||
|
|
Loading…
Reference in a new issue