From af579abbefb9ff692dd4b9b56f5a850a85637b29 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Tue, 18 May 2021 20:22:03 +1000 Subject: make destination directory for conflate --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 $@ -- cgit v1.2.3