fixes Makefile

pull/1/head
Moisés Guimarães 2018-01-09 16:18:49 -03:00
parent 628bf006ac
commit ceaf887ddf
1 changed files with 0 additions and 2 deletions

View File

@ -67,8 +67,6 @@ coverage: ## check code coverage quickly with the default Python
$(BROWSER) htmlcov/index.html
docs: install ## generate Sphinx HTML documentation, including API docs
rm -f docs/wolfcrypt.rst
rm -f docs/modules.rst
$(MAKE) -C docs clean
$(MAKE) -C docs html
$(BROWSER) docs/_build/html/index.html