mirror of
https://github.com/alvierahman90/capitals_quiz.git
synced 2025-10-13 07:54:27 +00:00
lots of stuff
This commit is contained in:
8
Makefile
8
Makefile
@@ -1,7 +1,7 @@
|
||||
all: src/countries.json
|
||||
all: src/countries.js
|
||||
|
||||
src/countries.json:
|
||||
python scripts/generate_countries_list.py countries/countries.json > src/countries.json
|
||||
src/countries.js:
|
||||
python scripts/generate_countries_list.py countries/countries.json > src/countries.js
|
||||
|
||||
clean:
|
||||
rm -rf src/countries.json
|
||||
rm -rf src/countries.js
|
||||
|
Reference in New Issue
Block a user