mirror of
https://github.com/alvierahman90/capitals_quiz.git
synced 2024-11-23 17:59:55 +00:00
explicitly use python3 in Makefile
This commit is contained in:
parent
8dc518c371
commit
0f117291c7
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
|
||||||
|
Loading…
Reference in New Issue
Block a user