From 8848132bdd9c0e30b5ec0b656af90063344095ce Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 27 Oct 2012 11:20:13 -0400 Subject: don't bundle the autogenerated js files --- sitestatic/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sitestatic/Makefile') 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: -- cgit v1.2.3-2-g168b