diff -r 9e69f3056f4b -r 6e781b10c5a4 Makefile
--- 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