lots of stuff

This commit is contained in:
2021-04-11 15:04:52 +01:00
parent 3ea4335925
commit 2e4a9d7c4a
8 changed files with 165 additions and 31 deletions

View File

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