projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d4ef12
)
Improve the clean target
author
Chris Lattner
<sabre@nondot.org>
Mon, 4 Nov 2002 00:33:19 +0000
(
00:33
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 4 Nov 2002 00:33:19 +0000
(
00:33
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4519
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/DSAnalysis/Makefile
patch
|
blob
|
history
diff --git
a/test/Transforms/DSAnalysis/Makefile
b/test/Transforms/DSAnalysis/Makefile
index 715b4584137d1b3f0bfeb8122db779f0386b8fa9..9a50fe40dadabe43a9457c3ff117a5500042996c 100644
(file)
--- 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) $<