edited makefile to delete the build directory before compiling

v1.18.x
psychobunny 11 years ago
parent be28f7b378
commit aada6c3b6e

@ -1,5 +1,7 @@
@ECHO OFF
rmdir /s /q _build
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (

Loading…
Cancel
Save