diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-04-25 20:52:07 +0100 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-04-25 20:52:07 +0100 |
commit | 9969c9359cf40be88b7587fc61e472d0f93acf00 (patch) | |
tree | 4d0727f1e31b91da939b1c76fab49b47afed861b | |
parent | a32582b66fac29ad018a4f591ad91bcf1fd99ee0 (diff) | |
download | klee-9969c9359cf40be88b7587fc61e472d0f93acf00.tar.gz |
Do not install gen-random-bout.
-rw-r--r-- | tools/gen-random-bout/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gen-random-bout/Makefile b/tools/gen-random-bout/Makefile index 97315af2..5e1d8cf3 100644 --- a/tools/gen-random-bout/Makefile +++ b/tools/gen-random-bout/Makefile @@ -3,5 +3,6 @@ LEVEL=../.. TOOLNAME = gen-random-bout USEDLIBS = kleeBasic.a +NO_INSTALL=1 include $(LEVEL)/Makefile.common |