From 148658c798fad70ff2984ffefbb9d4aa36b428bc Mon Sep 17 00:00:00 2001 From: Roger Binns Date: Sun, 27 Aug 2017 14:27:52 -0700 Subject: [PATCH] Better Windows cleanup --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 224bdf6f..2c354582 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,8 @@ WINBMSI=bdist_msi # is still available. compile-win: - -del /q apsw.pyd + -del /q apsw*.pyd + -cmd /c del /s /q __pycache__ cmd /c del /s /q dist cmd /c del /s /q build cmd /c del /s /q apsw.egg-info