summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,%,$@)