Revision 10057
Added by Aaron Marcuse-Kubitza over 11 years ago
Makefile | ||
---|---|---|
37 | 37 |
extract: _always $(dirs) ; |
38 | 38 |
|
39 | 39 |
%: %.zip |
40 |
$(if $(wildcard $@),,$(unzip)) |
|
40 |
$(if $(wildcard $@),,$(unzip) || mkdir -p $@)
|
|
41 | 41 |
|
42 | 42 |
##### Table bundling |
43 | 43 |
|
Also available in: Unified diff
bugfix: inputs/FIA/_src/Makefile: `%: %.zip`: if unzip fails because the download does not exist, create an empty dir for the state instead of aborting make