Skip to content

Commit

Permalink
Fixed make speed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Jan 28, 2008
1 parent 5da2e98 commit f354e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -150,7 +150,7 @@ speed: ${JQ}
@@cp -f ${BUILD_DIR}/speed/index.html ${SPEED_DIR}
@@cp -f ${BUILD_DIR}/speed/benchmarker.css ${SPEED_DIR}
@@cp -f ${BUILD_DIR}/speed/benchmarker.js ${SPEED_DIR}
@@cp -f ${BUILD_DIR}/speed/jquery-1.1.2.js ${SPEED_DIR}
@@cp -f ${BUILD_DIR}/speed/jquery-basis.js ${SPEED_DIR}

@@echo "Speed Test Suite Built"
@@echo
Expand Down

0 comments on commit f354e85

Please sign in to comment.