From 42c902ea52100b84c9819492a4db613efe5ce9e5 Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Mon, 29 Jul 2019 17:08:20 +0200 Subject: [PATCH] README.md: Update. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 078344a..8b849eb 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ PREFIX=/usr/local/ make install | install | Install the libraries and necessary include header files. | | uninstall | Uninstall the libraries and necessary include header files. | | clean | Clean up build artifacts. | +| distclean | Remove all directories created while any build step. | | build_unit_test | Build the unit tests. | | exec_unit_test | Execute the unit tests. | | coverage | Determine code coverage of the unit tests. |