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