summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-08-10 01:05:25 +0200
committerYorhel <git@yorhel.nl>2015-08-10 01:05:25 +0200
commiteabd513285a111442a11f7e62a53a48eb8931054 (patch)
tree41950c48bcf503cf30c3da3ad5dc2d15f9a03b8b /Makefile
parent8447ba51583f6ac061688fd17ca78e3b77c6d76e (diff)
Split script.js into multiple smaller files
First part of a Javascript cleanup.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a858183a..60023928 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ static/ch static/cv static/sf static/st:
static/f/js data/log www www/feeds www/api:
mkdir $@
-static/f/js/en.js: data/script.js data/lang.txt util/jsgen.pl data/config.pl data/global.pl
+static/f/js/en.js: data/js/*.js data/lang.txt util/jsgen.pl data/config.pl data/global.pl
util/jsgen.pl
data/icons/icons.css: data/icons/*.png data/icons/*/*.png util/spritegen.pl