X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=Makefile;h=768d9cade79bc457976d91d2cd245a08812dfe2d;hb=8fee4fbdc29af94812d560fc90dc1a9e3773fe1c;hp=3859605703f49052f3be49bfa25384ad4f455aa6;hpb=baa8a5945e29594a3678ce446a643e6a9b56fd93;p=platal.git diff --git a/Makefile b/Makefile index 3859605..768d9ca 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ htdocs/css/banana.css: jquery: htdocs/javascript/jquery.js htdocs/javascript/jquery.autocomplete.js htdocs/javascript/jquery.js: - wget http://jquery.com/src/jquery-latest.pack.js -O htdocs/javascript/jquery.js -q + wget http://jquery.com/src/jquery-latest.pack.js -O $@ -q || ($(RM) $@; exit 1) ################################################################################