mirror of
https://github.com/alvierahman90/capitals_quiz.git
synced 2025-10-13 07:54:27 +00:00
explicitly use python3 in Makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -5,7 +5,7 @@ countries:
|
|||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
countries.js: countries
|
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:
|
clean:
|
||||||
rm -rf countries.js
|
rm -rf countries.js
|
||||||
|
Reference in New Issue
Block a user