Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Shortened the build messages in the Makefile and added test/qunit and…
… src/sizzle to the cleanup.
  • Loading branch information
jeresig committed Nov 30, 2009
1 parent d605b8e commit 5480cd3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Makefile
Expand Up @@ -56,9 +56,6 @@ ${JQ}: ${MODULES}
sed 's/Date:./&'"${DATE}"'/' | \
${VER} > ${JQ};

@@echo ${JQ} "Built"
@@echo

selector: init
@@echo "Building selector code from Sizzle"
@@sed '/EXPOSE/r src/sizzle-jquery.js' src/sizzle/sizzle.js > src/selector.js
Expand All @@ -68,15 +65,14 @@ min: ${JQ_MIN}
${JQ_MIN}: ${JQ}
@@echo "Building" ${JQ_MIN}

@@echo " - Compressing using Minifier"
@@${MINJAR} ${JQ} > ${JQ_MIN}

@@echo ${JQ_MIN} "Built"
@@echo

clean:
@@echo "Removing Distribution directory:" ${DIST_DIR}
@@rm -rf ${DIST_DIR}

@@echo "Removing built copy of Sizzle"
@@rm src/selector.js

@@echo "Removing cloned directories"
@@rm -rf test/qunit src/sizzle

0 comments on commit 5480cd3

Please sign in to comment.