diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-18 19:57:08 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-18 19:57:08 +1000 |
commit | bb421363b229d6beb28dd43a4e5727d3acecea9c (patch) | |
tree | 96a5aea41b3d868a0793899ac2ddfc79beca2a92 /Makefile | |
parent | 3db0103eb753f98ba10c37ccceee566cd283856b (diff) |
deal with make later
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $@ |