aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCarl Fürstenberg <azatoth@gmail.com>2011-03-17 20:16:19 +0100
committerCarl Fürstenberg <azatoth@gmail.com>2011-03-17 20:23:20 +0100
commitb4acb7ae819563c3b75bbdabfaf2662fd24b06e4 (patch)
treedd92019b9fefdce767d1ecf5fffd153bc2c9ef7b /Makefile
parent4f9e78616ecd9ca403a25ee0e3dc71781484e553 (diff)
downloadjquery-b4acb7ae819563c3b75bbdabfaf2662fd24b06e4.tar.gz
jquery-b4acb7ae819563c3b75bbdabfaf2662fd24b06e4.zip
updating phony rules
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ef44cff1..d377c4cf6 100644
--- a/Makefile
+++ b/Makefile
@@ -107,4 +107,4 @@ pull_submodules:
pull: pull_submodules
@@git pull ${REMOTE} ${BRANCH}
-.PHONY: all jquery lint min init jq clean
+.PHONY: all jquery lint min clean distclean update_submodules pull_submodules pull