summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-11-21 13:45:51 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-11-21 13:45:51 -0500
commit397e7c1ffb17a7ad11eb078bdf990272831eb8b9 (patch)
tree21ee5f46049b6e4dd5eba17c14a2ec3aa3dfd0db /Makefile
parentbc32d466f21c66b74ada96b790ed62cb2bc5cc47 (diff)
downloadpython-coveragepy-397e7c1ffb17a7ad11eb078bdf990272831eb8b9.tar.gz
A convenient Makefile target when doing ad-hoc testing.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9c59168..ce26501 100644
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,9 @@ download_appveyor:
pypi:
python setup.py register
+build_ext:
+ python setup.py build_ext
+
install:
python setup.py install