1 |
203
|
aaronmk
|
To install: make install
|
2 |
|
|
To uninstall: make uninstall
|
3 |
|
|
To reinstall db: make reinstall_db
|
4 |
554
|
aaronmk
|
|
5 |
492
|
aaronmk
|
To import data into VegBIEN: make import
|
6 |
554
|
aaronmk
|
To empty db: make empty_db
|
7 |
|
|
|
8 |
492
|
aaronmk
|
To run tests for each data source: make test2
|
9 |
|
|
To run unit tests (will eventually be merged into test2 above): make test
|
10 |
203
|
aaronmk
|
|
11 |
59
|
aaronmk
|
To see a program's description, read its top-of-file comment
|
12 |
62
|
aaronmk
|
To see a program's usage, run it without arguments
|