Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a5d66ba

Browse files
committedMay 5, 2025··
fix clean target in windows build file
1 parent 9c46dec commit a5d66ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ goto end
3939
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
4040

4141
:clean
42-
rmdir /S %BUILDDIR
42+
rmdir /S %BUILDDIR%
4343

4444
:end
4545
popd

0 commit comments

Comments
 (0)
Please sign in to comment.