X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=768d9cade79bc457976d91d2cd245a08812dfe2d;hb=5122b820e488b28e0b62ec09cd76d87f1d22fc99;hp=4004963388a2988159ecf51fa4fa2e772768fdf8;hpb=8c5c6d646a25e0d90a00ea798d18e535533c4814;p=platal.git diff --git a/Makefile b/Makefile index 4004963..768d9ca 100644 --- a/Makefile +++ b/Makefile @@ -106,9 +106,9 @@ htdocs/css/banana.css: ## jquery ## -jquery: htdocs/javascript/jquery.js +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) ################################################################################