summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-11-04 00:33:19 +0000
committerChris Lattner <sabre@nondot.org>2002-11-04 00:33:19 +0000
commitf9415dd8c21efbbc3dc9c9372c8a486449ae445a (patch)
tree16bd0d734c6508bb23b6012d3481128583f53c41
parent9d4ef12b9c816702c977f265ccf5beb4ed059dde (diff)
downloadllvm-f9415dd8c21efbbc3dc9c9372c8a486449ae445a.tar.gz
llvm-f9415dd8c21efbbc3dc9c9372c8a486449ae445a.tar.bz2
llvm-f9415dd8c21efbbc3dc9c9372c8a486449ae445a.tar.xz
Improve the clean target
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4519 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/DSAnalysis/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Transforms/DSAnalysis/Makefile b/test/Transforms/DSAnalysis/Makefile
index 715b458413..9a50fe40da 100644
--- a/test/Transforms/DSAnalysis/Makefile
+++ b/test/Transforms/DSAnalysis/Makefile
@@ -22,6 +22,9 @@ Output/%.out: %.ll $(LANALYZE) Output/.dir
all:: $(addprefix Output/, $(FTESTS:%.llx=%.llx.out))
+clean::
+ rm -f *.ps *.dot
+
Output/%.llx.out: %.llx Output/.dir $(LAS)
-$(TESTRUNR) $<