diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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,%,$@) |