Makefile: Add target `install`.
authorHartmut Goebel <h.goebel@crazy-compilers.com>
Thu, 27 Oct 2016 14:37:23 +0200
changeset 49 6e781b10c5a4
parent 48 9e69f3056f4b
child 50 963c1b542610
Makefile: Add target `install`.

This makes distribution packagers live even easier.
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