diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-26 11:22:21 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-26 11:22:21 -0400 |
commit | da2751757bc8b6638b6dd6af35d961f05957a105 (patch) | |
tree | 4027323ffeef1682067aaf4ade4486a66dde9ced /sitestatic/Makefile | |
parent | 817313b03d6990e419e6c922e12572ea71666c9c (diff) |
mirror changes from commit '943ef2e8e4'
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..faba27d9 --- /dev/null +++ b/sitestatic/Makefile @@ -0,0 +1,9 @@ +jqueryversion=1.4.4 + +all: jquery-$(jqueryversion).min.js jquery.tablesorter.min.js + +jquery-$(jqueryversion).js: + wget http://code.jquery.com/$@ + +include js.mk +.SECONDARY: |