summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-09-06 01:10:06 +0200
committeremkael <emkael@tlen.pl>2017-09-06 01:10:06 +0200
commit35bf3d5878a1f09059d5ce63e00434aa8d5ea346 (patch)
tree0f772e92fe88a234c9c04ee8fb656edf67250de3
parent3e30886ab8b172d3f0f19853f64d61cdf15489a4 (diff)
Inserting editions menu doesn't have to depend on ranking tables being generated.
This allows to generate a new ranking table manually (without going through Makefile) and then proceed with Makefile directives.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 94278a4..bf4e956 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ rankings: tables editions json
tables:
bin/build-rankings.sh config/dates.json http
-editions: tables $(rankfiles)
+editions: $(rankfiles)
$(rankfiles):
python editions.py $(patsubst %.ed,%,$@)