From f9415dd8c21efbbc3dc9c9372c8a486449ae445a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 4 Nov 2002 00:33:19 +0000 Subject: [PATCH] Improve the clean target git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4519 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/DSAnalysis/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Transforms/DSAnalysis/Makefile b/test/Transforms/DSAnalysis/Makefile index 715b4584137..9a50fe40dad 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) $<