aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-02 21:41:22 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-02 21:41:22 +1000
commit64e6b4e49bcd8bf8829bdcf627e7e87086588c36 (patch)
tree263b9b4c45cefc30222e4ac8e77e819b2d95e89d /Makefile
parentb6edde915f4fb6d787223e9f09d99fa31f0ac97e (diff)
no verbose wget
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 66de284..2482720 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
# it's a mirror of the upstream VICMAP data with split shp files reduced to a single shp file
downloadVicmap:
mkdir -p data
- wget --directory-prefix=data https://www.alantgeo.com.au/share/VICMAP_ADDRESS.zip
+ wget --no-verbose --directory-prefix=data https://www.alantgeo.com.au/share/VICMAP_ADDRESS.zip
unzip: data/VICMAP_ADDRESS.zip
mkdir -p data/vicmap