From 9ab19b5256a2fe0b80e15434233ed1c4079f3d33 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Mon, 3 May 2021 09:09:27 +1000 Subject: target filename --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 28e23a4..7fe9954 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # download VicMap source data # the URL here usually gets manually updated weekly though no guarantees # it's a mirror of the upstream VICMAP data with split shp files reduced to a single shp file -downloadVicmap: +data/VICMAP_ADDRESS.zip: mkdir -p data wget --no-verbose --directory-prefix=data https://www.alantgeo.com.au/share/VICMAP_ADDRESS.zip -- cgit v1.2.3