diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-11-11 08:33:39 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-11-11 08:33:39 -0500 |
commit | 30a327f93fa2bfda776816c05344876023a9d050 (patch) | |
tree | 4705d83fa91a199c958823bffcd670fa07550111 /Makefile | |
parent | 332ec3307f64ab6c7f750968abb830419c87cac3 (diff) | |
download | python-coveragepy-git-30a327f93fa2bfda776816c05344876023a9d050.tar.gz |
Delete unused targets
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |