aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-20 21:29:45 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-20 21:29:45 +1000
commit51e2657da1d126ff96fc579294c91455b7f2d03b (patch)
tree0078c68395584626c86cac8e2aaf26a3bdf77ccd
parent351bf946b7d52b3c480ffd80560bc277adce091f (diff)
fix location of vicmap-osm.geojson
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c25a39f..52ce59b 100644
--- a/Makefile
+++ b/Makefile
@@ -160,5 +160,5 @@ data/victoria-admin-level10.osm.pbf: data/victoria-admin.osm.pbf
data/victoria-admin-level10.osm.geojson: data/victoria-admin-level10.osm.pbf
osmium export --overwrite --geometry-types=polygon --output-format=geojsonseq --format-option=print_record_separator=false --output $@ $<
-dist/vicmapSuburbDiffersWithOSM.geojson: data/vicmap-osm.geojson data/victoria-admin-level10.osm.geojson
+dist/vicmapSuburbDiffersWithOSM.geojson: dist/vicmap-osm.geojson data/victoria-admin-level10.osm.geojson
./bin/compareSuburb.geojson $^ $@