Revision 10056
Added by Aaron Marcuse-Kubitza over 11 years ago
Makefile | ||
---|---|---|
25 | 25 |
download: _always $(allZips) ; |
26 | 26 |
|
27 | 27 |
%.zip: |
28 |
-wget -O $@ $(urlPrefix)$@
|
|
29 |
# ignore errors if wget not installed
|
|
28 |
-curl --fail --output $@ $(urlPrefix)$@
|
|
29 |
# ignore errors for states which don't have a download
|
|
30 | 30 |
|
31 | 31 |
##### Extraction |
32 | 32 |
|
Also available in: Unified diff
inputs/FIA/_src/Makefile: use curl instead of wget because that is also available on Mac