Revision 4345
Added by Aaron Marcuse-Kubitza over 12 years ago
input.Makefile | ||
---|---|---|
200 | 200 |
|
201 | 201 |
##### Maps building |
202 | 202 |
|
203 |
# WARNING: You CANNOT make a subdir using `make inputs/<datasrc>/<subdir>/`. |
|
204 |
# You must instead make the entire datasource dir: `make inputs/<datasrc>/` |
|
205 |
|
|
203 | 206 |
# Maps to (try to) build are added to one of these |
204 | 207 |
maps := |
205 | 208 |
createOnlyMaps := |
Also available in: Unified diff
input.Makefile: Maps building: Added comment that you cannot make a subdir separately from the entire datasource dir