mirror of
https://github.com/alvierahman90/capitals_quiz.git
synced 2025-10-13 07:54:27 +00:00
add gohookr.sh script
This commit is contained in:
3
Makefile
3
Makefile
@@ -2,7 +2,7 @@ all: countries.js
|
||||
|
||||
countries/countries.json: .SUBMODULES
|
||||
|
||||
countries.js: countries/countries.json
|
||||
countries.js: countries/countries.json .PHONY
|
||||
python3 scripts/generate_countries_list.py countries/countries.json > countries.js
|
||||
|
||||
clean:
|
||||
@@ -13,3 +13,4 @@ clean:
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
.PHONY:
|
||||
|
Reference in New Issue
Block a user