aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-18 20:22:03 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-18 20:22:03 +1000
commitaf579abbefb9ff692dd4b9b56f5a850a85637b29 (patch)
tree128ab2a875bbe18ce7070f02987d6357d1e6689a
parentbb421363b229d6beb28dd43a4e5727d3acecea9c (diff)
make destination directory for conflate
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2cbc555..a03706d 100644
--- a/Makefile
+++ b/Makefile
@@ -136,4 +136,5 @@ summariseBlocksByOSMAddr: | dist/blocksByOSMAddr.geojson
# conflate processed vicmap data with osm data
dist/conflate:
+ mkdir -p $@
./bin/conflate.js dist/vicmap-osm-uniq-flats.geojson data/victoria-addr.osm.geojson dist/blocksByOSMAddr.geojson $@