aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-17 23:30:49 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-17 23:30:49 +1000
commit24f650fdc19febf60c3002c125da897199f4e8a4 (patch)
treee9bbf4959ed019f09fb38ba76440cd0153c61a59 /Makefile
parentd6520f47b72b9a4dcc18a100bac055e9370da78f (diff)
refactor pipeline stages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 23a19e7..6fcca58 100644
--- a/Makefile
+++ b/Makefile
@@ -132,5 +132,5 @@ summariseBlocksByOSMAddr:
ogrinfo -dialect sqlite -sql 'select count(*), NUMPOINTS = 0 from blocksByOSMAddr group by (NUMPOINTS = 0)' data/blocksByOSMAddr.fgb
# conflate processed vicmap data with osm data
-conflate: dist/vicmap-osm-uniq-flats.geojson data/victoria-addr.osm.geojson dist/blocksByOSMAddr.geojson
+dist/conflate: dist/vicmap-osm-uniq-flats.geojson data/victoria-addr.osm.geojson dist/blocksByOSMAddr.geojson
./bin/conflate.js $^ $@