explicitly use python3 in Makefile

This commit is contained in:
Akbar Rahman 2021-12-01 15:27:55 +00:00
parent 8dc518c371
commit 0f117291c7
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -5,7 +5,7 @@ countries:
git submodule update
countries.js: countries
python scripts/generate_countries_list.py countries/countries.json > countries.js
python3 scripts/generate_countries_list.py countries/countries.json > countries.js
clean:
rm -rf countries.js