aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-11-20 19:57:17 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-11-20 19:57:17 +0000
commit34d25f13030894939f627da000a807091b107a15 (patch)
tree7c21f134f04ad70af0495674e3b45120c8ea5f47
parenta3382bdccca0f06ba208c4365c59029ab0dd601b (diff)
Blow away compiled versions of qmtest classes on 'make clean'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10119 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 163d5b3fd7..5a9a7f0366 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -99,4 +99,6 @@ gui::
clean::
$(RM) -rf $(LLVM_OBJ_ROOT)/test/tmp
+ $(RM) -f $(LLVM_SRC_ROOT)/test/QMTest/*.pyo \
+ $(LLVM_OBJ_ROOT)/test/QMTest/*.pyo