Skip to content

Commit

Permalink
Better Windows cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed Aug 27, 2017
1 parent a4f2f27 commit 148658c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 148658c

Please sign in to comment.