We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11e7fd commit 4439e33Copy full SHA for 4439e33
msmake.bat
@@ -59,7 +59,8 @@ goto end
59
::======================================
60
:clean
61
echo 删除编译临时文件
62
-del /f /q /s *.log *.glo *.idx *.ilg *.lof *.ind *.out *.thm *.toc *.lot *.loe *.out.bak *.blg *.synctex.gz
+del /f /q /s *.log *.glo *.ilg *.lof *.ind *.out *.thm *.toc *.lot *.loe *.out.bak *.blg *.synctex.gz
63
+del /f /q *.idx
64
del /f /s *.dvi *.ps
65
if {%2}=={more} (goto cleanmore)
66
if {%2}=={empty} (goto cleanempty)
@@ -106,4 +107,4 @@ goto end
106
107
108
:: 结束符,无任何具体意义
109
-:end
110
+:end
0 commit comments