Added support for min and speed to the 'all' build.
This commit is contained in:
parent
73ab36b8f8
commit
21d59e8de6
2
Makefile
2
Makefile
|
@ -47,7 +47,7 @@ VER = sed s/@VERSION/${JQ_VER}/
|
||||||
|
|
||||||
JAR = java -jar ${BUILD_DIR}/js.jar
|
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."
|
@@echo "jQuery build complete."
|
||||||
|
|
||||||
${DIST_DIR}:
|
${DIST_DIR}:
|
||||||
|
|
Loading…
Reference in a new issue