summaryrefslogtreecommitdiff
path: root/sitestatic/Makefile
blob: faba27d996c8c8bce993fc7341a7dd57d04e0292 (plain)
1
2
3
4
5
6
7
8
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: