Revision 13358
Added by Aaron Marcuse-Kubitza over 10 years ago
Makefile | ||
---|---|---|
24 | 24 |
|
25 | 25 |
# public must be installed *after* inputs because some views depend on inputs |
26 | 26 |
install: _always config core mysql inputs/download/live inputs/install \ |
27 |
schemas/public/install test
|
|
27 |
schemas/public/install |
|
28 | 28 |
@$(done) |
29 | 29 |
|
30 | 30 |
uninstall: _always rm_mysql rm_core ; |
Also available in: Unified diff
/Makefile: install: skip the test step at the end because this is not needed for the installation (it can be run separately if desired)