diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-03 09:09:27 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-03 09:09:27 +1000 |
commit | 9ab19b5256a2fe0b80e15434233ed1c4079f3d33 (patch) | |
tree | f38e9c3cc36db9921aeb66f39a8a9587d50acfb8 /Makefile | |
parent | 5eaa9feaf37760844c46946ed4c07ffadd3ab84f (diff) |
target filename
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |