about summary refs log tree commit diff homepage
path: root/README-CMake.md
diff options
context:
space:
mode:
authorDan Liew <daniel.liew@imperial.ac.uk>2017-09-29 10:03:37 +0100
committerDan Liew <daniel.liew@imperial.ac.uk>2017-10-04 22:28:52 +0100
commit4f72f52f09d75f942bd1f28bf03b5abd95d9627d (patch)
treec89cf0c6d43dba711e56c3d525fa865ce1160ac4 /README-CMake.md
parentba660bfd6903ac909815fd0d8204e7bf03197ce8 (diff)
downloadklee-4f72f52f09d75f942bd1f28bf03b5abd95d9627d.tar.gz
[CMake] Add `clean_doxygen` rule to clean up doxygen build tree and
add this as a dependency of `clean_all`.
Diffstat (limited to 'README-CMake.md')
-rw-r--r--README-CMake.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README-CMake.md b/README-CMake.md
index a2f2da5f..5828e319 100644
--- a/README-CMake.md
+++ b/README-CMake.md
@@ -10,6 +10,7 @@ its autoconf/Makefile based build system.
   won't invoke the `clean_*` targets. It is advised that the `clean_all` target
   is used instead.
 * `clean_all` - Run all clean targets.
+* `clean_doxygen` - Clean doxygen build tree.
 * `clean_runtime` - Clean the runtime build tree.
 * `docs` - Build documentation
 * `edit_cache` - Show cmake/ccmake/cmake-gui interface for chaning configure options.