aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-10-31 13:20:37 +1100
committerAndrew Harvey <andrew@alantgeo.com.au>2021-10-31 13:20:37 +1100
commit258502fe8125aed8dd70ff8f434edfa4740b9a22 (patch)
treee3fa7f0b05a750620a4a86aecce87fdd2e44e659 /Makefile
parentb284dbdb22025bc87af9d35bdb654286140d9cab (diff)
add clean target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d8ffc67..ef5e880 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,9 @@ vicmapExtract:
cleanDist:
rm -rf dist
+clean:
+ rm -rf dist debug data
+
dist/vicmap-osm.geojson: data/vicmap.geojson
mkdir -p dist
./bin/vicmap2osm.js $< $@