README.md: Update.

This commit is contained in:
Thomas Klaehn 2019-07-29 17:08:20 +02:00
parent 8cb066d3dc
commit 42c902ea52

View File

@ -93,6 +93,7 @@ PREFIX=/usr/local/ make install
| install | Install the libraries and necessary include header files. | | install | Install the libraries and necessary include header files. |
| uninstall | Uninstall the libraries and necessary include header files. | | uninstall | Uninstall the libraries and necessary include header files. |
| clean | Clean up build artifacts. | | clean | Clean up build artifacts. |
| distclean | Remove all directories created while any build step. |
| build_unit_test | Build the unit tests. | | build_unit_test | Build the unit tests. |
| exec_unit_test | Execute the unit tests. | | exec_unit_test | Execute the unit tests. |
| coverage | Determine code coverage of the unit tests. | | coverage | Determine code coverage of the unit tests. |