From: Chris Lattner Date: Sun, 29 Jun 2003 23:20:51 +0000 (+0000) Subject: Add clean target to clean up my mess X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a834599225f77f8451ef7cb8ca7214132aaff337;p=oota-llvm.git Add clean target to clean up my mess git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6988 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/DSGraph/Makefile b/test/Analysis/DSGraph/Makefile index b89856f76c5..0b3cd781546 100644 --- a/test/Analysis/DSGraph/Makefile +++ b/test/Analysis/DSGraph/Makefile @@ -9,3 +9,6 @@ all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out)) $(addprefix Output/, $(TESTS:%.ll=%.ll.out)): Output/%.ll.out: %.ll Output/.dir $(LOPT) -$(TESTRUNR) $< + +clean:: + -rm -f *.dot *.ps