Skip to content

Commit a5d66ba

Browse files
committed
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

+1-1
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)