From 5c83c3a859e2e371342442bcd020e1492be683bd Mon Sep 17 00:00:00 2001 From: 13038267101 Date: Mon, 11 Jul 2022 17:46:27 +0800 Subject: [PATCH] build.sh --- build.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 75d1f1fd..ee95a48e 100755 --- a/build.sh +++ b/build.sh @@ -133,7 +133,12 @@ else #APP qmake -qt=qt5 -makefile HGScannerTmp.pro make -j6 - + rm -f *.o + rm -f *.h + rm -f *.cpp + rm -f .qmake.stash + rm -f Makefile + rm HGScannerTmp.pro cd ../HGUpgrade