diff options
-rw-r--r-- | test/Analysis/DSGraph/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Analysis/DSGraph/Makefile b/test/Analysis/DSGraph/Makefile index b89856f76c..0b3cd78154 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 |