mirror of
https://github.com/alvierahman90/capitals_quiz.git
synced 2025-10-13 07:54:27 +00:00
add option to match country to capital
This commit is contained in:
11
Makefile
11
Makefile
@@ -1,12 +1,15 @@
|
||||
all: countries.js
|
||||
|
||||
countries:
|
||||
git submodule init
|
||||
git submodule update
|
||||
countries/countries.json: .SUBMODULES
|
||||
|
||||
countries.js: countries
|
||||
countries.js: countries/countries.json
|
||||
python3 scripts/generate_countries_list.py countries/countries.json > countries.js
|
||||
|
||||
clean:
|
||||
rm -rf countries.js
|
||||
rm -rf countries
|
||||
|
||||
.SUBMODULES:
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
|
Reference in New Issue
Block a user