diff options
| -rw-r--r-- | data_extractor/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data_extractor/Makefile b/data_extractor/Makefile new file mode 100644 index 0000000..3ae44a7 --- /dev/null +++ b/data_extractor/Makefile @@ -0,0 +1,2 @@ +process_data: + osm2pgsql -d map -O flex -S data_extractor.lua ~/Downloads/denmark-latest.osm.pbf |
