Revision 6743
Added by Aaron Marcuse-Kubitza almost 12 years ago
inputs/input.Makefile | ||
---|---|---|
91 | 91 |
# Can't remove prereq to do this, because it determines when the rule applies. |
92 | 92 |
make_script = $(if $(wildcard $@),,"time" ./$< >$@) |
93 | 93 |
|
94 |
%/: %/map.csv _always ; |
|
95 |
|
|
94 | 96 |
%/: % _always ; |
95 | 97 |
|
96 | 98 |
%: %.make |
... | ... | |
290 | 292 |
|
291 | 293 |
##### Maps building |
292 | 294 |
|
293 |
# WARNING: You CANNOT make a subdir using `make inputs/<datasrc>/<subdir>/`. |
|
294 |
# You must instead make the entire datasource dir: `make inputs/<datasrc>/` |
|
295 |
|
|
296 | 295 |
# Maps to (try to) build are added to this |
297 | 296 |
maps := |
298 | 297 |
|
Also available in: Unified diff
input.Makefile: General targets: Added `%/: %/map.csv` to allow remaking just a subdirectory