Skip to content

Commit

Permalink
locode-db: move main.go to internal/generate
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Butusov <andrey@nspcc.io>
  • Loading branch information
End-rey committed Aug 23, 2024
1 parent bbdac1d commit 66eb971
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ in/CodeList.csv: | in
awk 'NR>1' $@ > temp && mv temp $@

generate: in/airports.dat in/countries.dat in/continents.geojson in/SubdivisionCodes.csv in/CodeList.csv | $(LOCODEDB)
go run ./internal \
go run ./internal/generate/ \
--airports in/airports.dat \
--continents in/continents.geojson \
--countries in/countries.dat \
Expand Down
File renamed without changes.

0 comments on commit 66eb971

Please sign in to comment.