From bb421363b229d6beb28dd43a4e5727d3acecea9c Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Tue, 18 May 2021 19:57:08 +1000 Subject: deal with make later --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 36db0e3..2cbc555 100644 --- a/Makefile +++ b/Makefile @@ -135,5 +135,5 @@ summariseBlocksByOSMAddr: | dist/blocksByOSMAddr.geojson ogrinfo -dialect sqlite -sql 'select count(*), NUMPOINTS = 0 from blocksByOSMAddr group by (NUMPOINTS = 0)' $< # conflate processed vicmap data with osm data -dist/conflate: | dist/vicmap-osm-uniq-flats.geojson data/victoria-addr.osm.geojson dist/blocksByOSMAddr.geojson - ./bin/conflate.js $^ $@ +dist/conflate: + ./bin/conflate.js dist/vicmap-osm-uniq-flats.geojson data/victoria-addr.osm.geojson dist/blocksByOSMAddr.geojson $@ -- cgit v1.2.3