diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2012-08-17 15:10:42 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2012-08-17 15:10:42 +0000 |
commit | 64f307114bdb7f0ec42b043ae8cb07017f57e194 (patch) | |
tree | 557ebfe9d2b85eb8ba9aaa6b73d025a1eb3c56e9 | |
parent | 406b6bae86d19565daf4904101c9437fdfc895e8 (diff) | |
download | klee-64f307114bdb7f0ec42b043ae8cb07017f57e194.tar.gz |
Small Makefile fix.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@162100 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index ec197a4a..1612efc1 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ doxygen: .PHONY: cscope.files cscope.files: find \ - lib include stp tools runtime examples unittests test \ + lib include tools runtime examples unittests test \ -name Makefile -or \ -name \*.in -or \ -name \*.c -or \ |