aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 162f072..204834b 100644
--- a/Makefile
+++ b/Makefile
@@ -218,11 +218,11 @@ convertConflationResultsToFGB:
ogr2ogr -f FlatGeobuf dist/conflate/fuzzyStreetMatchesMultiple.fgb dist/conflate/fuzzyStreetMatchesMultiple.geojson
dist/vicmap-complex-conflation: dist/vicmap-complex.geojson
- mkdirp -p $@
+ mkdir -p $@
./bin/complex.js $< data/victoria-named-features.osm.geojson $@
dist/vicmap-building-conflation: dist/vicmap-building.geojson
- mkdirp -p $@
+ mkdir -p $@
./bin/building.js $< data/victoria-named-features.osm.geojson $@
# extract admin_level=9 from OSM