diff options
author | Chris Lattner <sabre@nondot.org> | 2002-12-23 23:47:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-12-23 23:47:39 +0000 |
commit | 18fda6d7c343afd5970bd26cfc4a80fa4503cc84 (patch) | |
tree | 85cc946f96fcf9a791f4b06ae0750b4d7472505a /test/BugPoint | |
parent | 332ca6ccd559d5ec1241e35c82e3c4f12a9d2bfc (diff) |
Remove temp files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5118 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/BugPoint')
-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 |