From ceaf887ddf62e04d81288c968beaa88d81cc26f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Guimar=C3=A3es?= Date: Tue, 9 Jan 2018 16:18:49 -0300 Subject: [PATCH] fixes Makefile --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 8a78a0a..dfd0ff9 100644 --- a/Makefile +++ b/Makefile @@ -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