Skip to content

Commit

Permalink
[fix][s] Fixing the Makefile Run
Browse files Browse the repository at this point in the history
  • Loading branch information
gradedSystem committed Sep 30, 2024
1 parent 9a763ce commit 0c52a00
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ all: data/country-codes.csv

.SECONDARY:

data/wd_countries.csv:
./scripts/wikidata.sh

data/iso3166.json:
python3 scripts/iso3166.py # Calls your custom iso3166 script
python3 scripts/csvtojson.py data/iso3166.csv data/iso3166-flat.json # Use your csvtojson function
Expand Down Expand Up @@ -57,6 +54,7 @@ data/country-codes.csv: data/country-codes.json data/geoname.csv data/cldr.csv d
python3 scripts/reorder_columns.py
python3 scripts/reorder_rows.py
cp data/country-codes-reordered-sorted.csv data/country-codes.csv
./scripts/wikidata.sh
python3 scripts/wd_countries.py
python3 scripts/cleanup.py
cp data/country-codes.csv data/previous-country-codes.csv
Expand Down

0 comments on commit 0c52a00

Please sign in to comment.