diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2009-06-05 22:38:53 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2009-06-05 22:38:53 +0000 |
commit | 450eae13bfd668ebd938218c0687213fcba8dd13 (patch) | |
tree | 0856ef807ece455b448c9458fc60f03997e46969 /tools/Makefile | |
parent | f23940669cb73c63560f2ede9ee677c50a8a3e27 (diff) | |
download | klee-450eae13bfd668ebd938218c0687213fcba8dd13.tar.gz |
Moved PrintStats.py to tool/klee-stats/
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@72964 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 40cdbc28..3fd6f5be 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -15,7 +15,7 @@ LEVEL=.. # # List all of the subdirectories that we will compile. # -PARALLEL_DIRS=klee kleaver ktest-tool gen-random-bout +PARALLEL_DIRS=klee kleaver ktest-tool gen-random-bout klee-stats # FIXME: Move qplayer functionality into kleaver include $(LEVEL)/Makefile.common |