add every country in the world, apart from those which don't have capitals

This commit is contained in:
2021-04-10 15:21:38 +01:00
parent 2ffcd0d377
commit 6d721910d2
5 changed files with 49 additions and 9 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
all: src/countries.json
src/countries.json:
python scripts/generate_countries_list.py countries/countries.json > src/countries.json
clean:
rm -rf src/countries.json