From 34d25f13030894939f627da000a807091b107a15 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Thu, 20 Nov 2003 19:57:17 +0000 Subject: [PATCH] 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 --- test/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Makefile b/test/Makefile index 163d5b3fd7f..5a9a7f0366b 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 -- 2.34.1