From 54570ae3dae6d2425b3ee6b507a492023a7c2dda Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Thu, 30 Apr 2015 22:11:32 +0200 Subject: [PATCH] Cleanup all .so files on 'make clean' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Otherwise 'make test' can result in very weird error messages, if hitting https://bugs.python.org/issue7559 (don't ask…). --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2005cc3..64e8747 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ test: clean: rm -rf $(DOCHTML) $(DOCTREES) rm -f $(MODNAME) + rm -f *.so rm -rf build .PHONY: doc test clean dist -- 2.39.2