diff options
Diffstat (limited to 'tools/gen-random-bout/Makefile')
-rw-r--r-- | tools/gen-random-bout/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/gen-random-bout/Makefile b/tools/gen-random-bout/Makefile new file mode 100644 index 00000000..97315af2 --- /dev/null +++ b/tools/gen-random-bout/Makefile @@ -0,0 +1,7 @@ +##===- tools/klee/Makefile ---------------*- Makefile -*-===## + +LEVEL=../.. +TOOLNAME = gen-random-bout +USEDLIBS = kleeBasic.a + +include $(LEVEL)/Makefile.common |