diff options
Diffstat (limited to 'sitestatic/Makefile')
-rw-r--r-- | sitestatic/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sitestatic/Makefile b/sitestatic/Makefile new file mode 100644 index 00000000..f7499d64 --- /dev/null +++ b/sitestatic/Makefile @@ -0,0 +1,9 @@ +jqueryversion=1.4.4 +targets=jquery-$(jqueryversion).js jquery-$(jqueryversion).min.js jquery.tablesorter.min.js + +all: $(targets) .gitignore + +jquery-$(jqueryversion).js: + wget http://code.jquery.com/$@ + +include js.mk |