summaryrefslogtreecommitdiff
path: root/sitestatic/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-10-27 11:20:13 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-10-27 11:20:13 -0400
commit8848132bdd9c0e30b5ec0b656af90063344095ce (patch)
tree36ab8fe6e30c87baab26c26152a10653a9356d22 /sitestatic/Makefile
parent593fb6005cef063f9f35af8a4a71f4ec96654583 (diff)
don't bundle the autogenerated js files
Diffstat (limited to 'sitestatic/Makefile')
-rw-r--r--sitestatic/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sitestatic/Makefile b/sitestatic/Makefile
index faba27d9..f7499d64 100644
--- a/sitestatic/Makefile
+++ b/sitestatic/Makefile
@@ -1,9 +1,9 @@
jqueryversion=1.4.4
+targets=jquery-$(jqueryversion).js jquery-$(jqueryversion).min.js jquery.tablesorter.min.js
-all: jquery-$(jqueryversion).min.js jquery.tablesorter.min.js
+all: $(targets) .gitignore
jquery-$(jqueryversion).js:
wget http://code.jquery.com/$@
include js.mk
-.SECONDARY: