Revision 2981
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
66 | 66 |
$(MAKE) $* |
67 | 67 |
# re-run make so that cache of existing files is reset |
68 | 68 |
|
69 |
%/reinstall: _always %/uninstall %/install ; |
|
70 |
|
|
69 | 71 |
##### Installation |
70 | 72 |
|
71 | 73 |
install: _always core mysql inputs/install test |
Also available in: Unified diff
main Makefile: Added %/reinstall, which calls the corresponding uninstall and install targets