aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-18 19:57:08 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-18 19:57:08 +1000
commitbb421363b229d6beb28dd43a4e5727d3acecea9c (patch)
tree96a5aea41b3d868a0793899ac2ddfc79beca2a92 /Makefile
parent3db0103eb753f98ba10c37ccceee566cd283856b (diff)
deal with make later
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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 $@