about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
authorCristian Cadar <cristic@cs.stanford.edu>2012-08-17 15:10:42 +0000
committerCristian Cadar <cristic@cs.stanford.edu>2012-08-17 15:10:42 +0000
commit64f307114bdb7f0ec42b043ae8cb07017f57e194 (patch)
tree557ebfe9d2b85eb8ba9aaa6b73d025a1eb3c56e9 /Makefile
parent406b6bae86d19565daf4904101c9437fdfc895e8 (diff)
downloadklee-64f307114bdb7f0ec42b043ae8cb07017f57e194.tar.gz
Small Makefile fix.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@162100 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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 \