Improve the clean target
authorChris Lattner <sabre@nondot.org>
Mon, 4 Nov 2002 00:33:19 +0000 (00:33 +0000)
committerChris 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

index 715b4584137d1b3f0bfeb8122db779f0386b8fa9..9a50fe40dadabe43a9457c3ff117a5500042996c 100644 (file)
@@ -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) $<