X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=1854c866a0a5c38a3cfecc466e05f9f487e6e8f4;hb=31f1e99500af6e57cfdd571272be193b4646fc09;hp=fdb57bda428be1bd8fe55c012963cac2f2ff15cb;hpb=6cf981eea20695987b4f7341f80442a7cf8271eb;p=jquery.git diff --git a/Makefile b/Makefile index fdb57bd..1854c86 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,10 @@ BASE_FILES = ${SRC_DIR}/core.js\ ${SRC_DIR}/support.js\ ${SRC_DIR}/data.js\ ${SRC_DIR}/queue.js\ + ${SRC_DIR}/attributes.js\ ${SRC_DIR}/event.js\ ${SRC_DIR}/selector.js\ ${SRC_DIR}/traversing.js\ - ${SRC_DIR}/attributes.js\ ${SRC_DIR}/manipulation.js\ ${SRC_DIR}/css.js\ ${SRC_DIR}/ajax.js\ @@ -47,6 +47,7 @@ init: @@cd test/qunit && git pull origin master > /dev/null 2>&1 jquery: ${DIST_DIR} selector ${JQ} +jq: ${DIST_DIR} ${JQ} ${JQ}: ${MODULES} @@echo "Building" ${JQ}