mirror of
https://github.com/alvierahman90/capitals_quiz.git
synced 2024-11-23 17:59:55 +00:00
Move everything out of src folder
This commit is contained in:
parent
75298991e7
commit
8dc518c371
8
Makefile
8
Makefile
@ -1,12 +1,12 @@
|
|||||||
all: src/countries.js
|
all: countries.js
|
||||||
|
|
||||||
countries:
|
countries:
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
src/countries.js: countries
|
countries.js: countries
|
||||||
python scripts/generate_countries_list.py countries/countries.json > src/countries.js
|
python scripts/generate_countries_list.py countries/countries.json > countries.js
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf src/countries.js
|
rm -rf countries.js
|
||||||
rm -rf countries
|
rm -rf countries
|
||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue
Block a user