diff options
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile index 9816d56a16..9e8f630112 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1180,6 +1180,7 @@ distclean: realclean -if exist $(LIBDIR)\Test rmdir /s /q $(LIBDIR)\Test -if exist $(LIBDIR)\Thread rmdir /s /q $(LIBDIR)\Thread -if exist $(LIBDIR)\threads rmdir /s /q $(LIBDIR)\threads + -if exist $(LIBDIR)\Tie\Hash rmdir /s /q $(LIBDIR)\Tie\Hash -if exist $(LIBDIR)\Unicode\Collate rmdir /s /q $(LIBDIR)\Unicode\Collate -if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS -if exist $(LIBDIR)\Win32API rmdir /s /q $(LIBDIR)\Win32API |