diff options
author | Carl Fürstenberg <azatoth@gmail.com> | 2011-03-17 20:16:19 +0100 |
---|---|---|
committer | Carl Fürstenberg <azatoth@gmail.com> | 2011-03-17 20:23:20 +0100 |
commit | b4acb7ae819563c3b75bbdabfaf2662fd24b06e4 (patch) | |
tree | dd92019b9fefdce767d1ecf5fffd153bc2c9ef7b /Makefile | |
parent | 4f9e78616ecd9ca403a25ee0e3dc71781484e553 (diff) | |
download | jquery-b4acb7ae819563c3b75bbdabfaf2662fd24b06e4.tar.gz jquery-b4acb7ae819563c3b75bbdabfaf2662fd24b06e4.zip |
updating phony rules
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |