[llvm-commits] CVS: llvm/test/Regression/Analysis/DSGraph/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Jun 29 18:22:01 PDT 2003
Changes in directory llvm/test/Regression/Analysis/DSGraph:
Makefile updated: 1.2 -> 1.3
---
Log message:
Add clean target to clean up my mess
---
Diffs of the changes:
Index: llvm/test/Regression/Analysis/DSGraph/Makefile
diff -u llvm/test/Regression/Analysis/DSGraph/Makefile:1.2 llvm/test/Regression/Analysis/DSGraph/Makefile:1.3
--- llvm/test/Regression/Analysis/DSGraph/Makefile:1.2 Sat Jun 28 17:16:59 2003
+++ llvm/test/Regression/Analysis/DSGraph/Makefile Sun Jun 29 18:20:51 2003
@@ -9,3 +9,6 @@
$(addprefix Output/, $(TESTS:%.ll=%.ll.out)):
Output/%.ll.out: %.ll Output/.dir $(LOPT)
-$(TESTRUNR) $<
+
+clean::
+ -rm -f *.dot *.ps
More information about the llvm-commits
mailing list