--- a/Makefile Tue Mar 17 11:29:04 2020 +0100 +++ b/Makefile Thu Oct 27 14:37:23 2016 +0200 @@ -26,3 +26,7 @@ dist/yml-$(PKGVER).tar.gz: python setup.py sdist + +install: + pip install . + rm setup.py