remove obsolete OSM

This commit is contained in:
Motiejus Jakštys 2021-05-13 22:51:36 +03:00
parent 16cd3e55ad
commit 66f724fd04

View File

@ -290,9 +290,6 @@ wc: mj-msc.pdf ## Character and page count
tr -d '[:space:]' | wc -c | \
awk '{printf("Chars: %d, pages: %.1f\n", $$1, $$1/1500)}'
$(OSM):
wget http://download.geofabrik.de/europe/$@
.PHONY: refresh-rivers
refresh-rivers: aggregate-rivers.sql .faux_db ## Refresh rivers.sql from GDB10LT
@if [ ! -f "$(GDB10LT)" ]; then \