@@ -1,7 +1,12 @@
all: src/countries.js
src/countries.js:
countries:
git submodule init
git submodule update
src/countries.js: countries
python scripts/generate_countries_list.py countries/countries.json > src/countries.js
clean:
rm -rf src/countries.js
rm -rf countries
The note is not visible to the blocked user.