From 64f307114bdb7f0ec42b043ae8cb07017f57e194 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Fri, 17 Aug 2012 15:10:42 +0000 Subject: Small Makefile fix. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@162100 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit 1.4.1