Add clean target to clean up my mess
authorChris Lattner <sabre@nondot.org>
Sun, 29 Jun 2003 23:20:51 +0000 (23:20 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 29 Jun 2003 23:20:51 +0000 (23:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6988 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/DSGraph/Makefile

index b89856f76c50a30e185110bfbeaafa6b4f457221..0b3cd781546a49d45be33313961345dee6a3b50a 100644 (file)
@@ -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