Revision 1542
Added by Aaron Marcuse-Kubitza almost 13 years ago
Makefile | ||
---|---|---|
214 | 214 |
|
215 | 215 |
inputs: _always inputs/all ; |
216 | 216 |
|
217 |
import: _always inputs/import ; |
|
217 |
import: _always import-msg inputs/import ; |
|
218 |
import-msg: _always |
|
219 |
@echo $(emph)"To import all inputs at once:"$(endEmph) . bin/import-all |
|
220 |
@echo |
|
221 |
@$(wait) |
|
218 | 222 |
|
219 | 223 |
verify: _always inputs/verify |
220 | 224 |
@$(done) |
Also available in: Unified diff
main Makefile: import: Before running imports, print message that `. bin/import-all` can be used to import all inputs at once