diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2011-12-08 21:17:11 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2011-12-08 21:17:11 -0500 |
commit | e452ebd76dc0ee0e85c176bf4105e0afa77f9a34 (patch) | |
tree | d9acb45a5d87ba6f4b7254d9ce7a7a57c5ef724e /Makefile | |
parent | 98386cfd775fdfa7837ccbec173b04f1e6d57896 (diff) | |
download | jquery-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-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |