From eabd513285a111442a11f7e62a53a48eb8931054 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Mon, 10 Aug 2015 01:05:25 +0200 Subject: Split script.js into multiple smaller files First part of a Javascript cleanup. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3