summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 0065e4a5..82b83fb3 100644
--- a/Makefile
+++ b/Makefile
@@ -124,13 +124,6 @@ download_appveyor: ## Download the latest Windows artifacts from AppVeyor.
build_ext:
python setup.py build_ext
-install:
- python setup.py install
-
-uninstall:
- -rm -rf $(PYHOME)/lib/site-packages/coverage*
- -rm -rf $(PYHOME)/scripts/coverage*
-
# Documentation
SPHINXOPTS = -aE