Move everything out of src folder

This commit is contained in:
Akbar Rahman 2021-12-01 15:20:24 +00:00
parent 75298991e7
commit 8dc518c371
Signed by: alvierahman90
GPG Key ID: 20609519444A1269
6 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
all: src/countries.js
all: countries.js
countries:
git submodule init
git submodule update
src/countries.js: countries
python scripts/generate_countries_list.py countries/countries.json > src/countries.js
countries.js: countries
python scripts/generate_countries_list.py countries/countries.json > countries.js
clean:
rm -rf src/countries.js
rm -rf countries.js
rm -rf countries

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB