删除编译后的临时文件

This commit is contained in:
modehua 2023-04-15 10:48:03 +08:00
parent e5baa5531b
commit 98f045d7e6
1 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ cd $script_dir #勿删
pwd pwd
cd ./build2/qt cd ./build2/qt
rm -rf ../build
rm -rf ../temp
rm -f Makefile rm -f Makefile
rm -f HGBase/Makefile rm -f HGBase/Makefile
rm -f HGDemo/Makefile rm -f HGDemo/Makefile
@ -21,7 +24,7 @@ rm -f HGVersion/Makefile
rm -f HGWebScan/Makefile rm -f HGWebScan/Makefile
rm -f HGWebService/Makefile rm -f HGWebService/Makefile
if [ "${1}" == "hwall" ] || [ "${1}" == "hw" ] || [ "${1}" == "hwweb" ] || [ "${1}" == "hwso" ]; then if [ "${1}" == "hwall" ] || [ "${1}" == "hw" ]|| [ "${1}" == "hwweb" ] || [ "${1}" == "hwso" ]; then
if [ "${1}" == "hwall" ]; then if [ "${1}" == "hwall" ]; then