diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2017-03-30 10:24:40 +0100 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2017-03-30 14:12:23 +0100 |
commit | 6a70f100c67ce9a0c2cd52d4af8fb9a7cfce22e2 (patch) | |
tree | 10600ef0de8c676cd9ca2912d4859e019b7bd19d /README-CMake.md | |
parent | ec3ac104af50e07f3430a35b3ffae0c340fcb78f (diff) | |
download | klee-6a70f100c67ce9a0c2cd52d4af8fb9a7cfce22e2.tar.gz |
[CMake] Add the `clean_runtime` top level target to provide an easy way
to clean the runtime build. Unfortuantely there is no way to have the `clean` target trigger the `clean_runtime` target unfortunately.
Diffstat (limited to 'README-CMake.md')
-rw-r--r-- | README-CMake.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README-CMake.md b/README-CMake.md index c2893004..2d438546 100644 --- a/README-CMake.md +++ b/README-CMake.md @@ -7,6 +7,7 @@ its autoconf/Makefile based build system. * `check` - Build and run all tests. * `clean` - Clean the build tree. Note this won't clean the runtime build. +* `clean_runtime` - Clean the runtime build tree. * `docs` - Build documentation * `edit_cache` - Show cmake/ccmake/cmake-gui interface for chaning configure options. * `help` - Show list of top level targets |