Revision 9702
Added by Aaron Marcuse-Kubitza over 11 years ago
Makefile | ||
---|---|---|
30 | 30 |
$(MAKE) $* |
31 | 31 |
# re-run make so that cache of existing files is reset |
32 | 32 |
|
33 |
%/reinstall: _always %/uninstall %/install ; |
|
34 |
|
|
35 | 33 |
##### Installation |
36 | 34 |
|
37 | 35 |
# public must be installed *after* inputs because some views depend on inputs |
Also available in: Unified diff
/Makefile: moved %/reinstall to lib/common.Makefile because it is generally useful