summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) $<