diff options
-rw-r--r-- | test/BugPoint/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/BugPoint/Makefile b/test/BugPoint/Makefile index 9ccafc73ac..5605efda90 100644 --- a/test/BugPoint/Makefile +++ b/test/BugPoint/Makefile @@ -12,6 +12,8 @@ all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out)) Output/%.ll.out: %.ll Output/.dir $(LAS) $(LBUGPOINT) -$(TESTRUNR) $< + -# Remove temporary files generated... + @rm -f bugpoint-$<-* clean:: rm -f *.bc |