diff --git a/scripts/win_compile.sh b/scripts/win_compile.sh
index b037014ab3bab1e304ca16f9a9f0dc85529a4f30..b343972aa8c457b10df23be2b74eae3058c40b5f 100755
--- a/scripts/win_compile.sh
+++ b/scripts/win_compile.sh
@@ -76,4 +76,3 @@ cd build
 ${HOST}-qmake-qt5 ../RingWinClient.pro -r -spec win32-g++ RING=$INSTALL_PREFIX
 make -j4 || exit 1
 make install
-make clean