edited makefile to delete the build directory before compiling

This commit is contained in:
psychobunny
2014-04-25 17:49:12 -04:00
parent be28f7b378
commit aada6c3b6e

View File

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