summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f7725fa..e438d2b 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ targetfiles := $(shell bin/target-ranking-files.sh config/dates.json)
tmpfiles := $(patsubst %.html,http/%.html.tmp,$(targetfiles))
rankfiles := $(patsubst %.html,http/%.html.ed,$(targetfiles))
-rankings: tables editions
+rankings: tables editions json
tables:
bin/build-rankings.sh config/dates.json http
@@ -14,6 +14,9 @@ editions: tables $(rankfiles)
$(rankfiles):
python editions.py $(patsubst %.ed,%,$@)
+json:
+ bin/generate-json.sh config/dates.json http
+
players:
bin/build-players.sh http