aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDave Methvin <dave.methvin@gmail.com>2011-12-08 21:17:11 -0500
committerDave Methvin <dave.methvin@gmail.com>2011-12-08 21:17:11 -0500
commite452ebd76dc0ee0e85c176bf4105e0afa77f9a34 (patch)
treed9acb45a5d87ba6f4b7254d9ce7a7a57c5ef724e /Makefile
parent98386cfd775fdfa7837ccbec173b04f1e6d57896 (diff)
downloadjquery-e452ebd76dc0ee0e85c176bf4105e0afa77f9a34.tar.gz
jquery-e452ebd76dc0ee0e85c176bf4105e0afa77f9a34.zip
Two eq is not enough; three eq is more than we want for now.
We also don't need the lint alias.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5680992dd..f8e039d63 100644
--- a/Makefile
+++ b/Makefile
@@ -67,8 +67,6 @@ ${SRC_DIR}/selector.js: ${SIZZLE_DIR}/sizzle.js
@@echo "Building selector code from Sizzle"
@@sed '/EXPOSE/r src/sizzle-jquery.js' ${SIZZLE_DIR}/sizzle.js | grep -v window.Sizzle > ${SRC_DIR}/selector.js
-lint: hint
-
hint: jquery
@@if test ! -z ${JS_ENGINE}; then \
echo "Checking jQuery against JSHint..."; \
@@ -136,4 +134,4 @@ pull_submodules:
pull: pull_submodules
@@git pull ${REMOTE} ${BRANCH}
-.PHONY: all jquery lint hint min clean distclean update_submodules pull_submodules pull core
+.PHONY: all jquery hint min clean distclean update_submodules pull_submodules pull core