# HG changeset patch
# User Hartmut Goebel <h.goebel@crazy-compilers.com>
# Date 1477571843 -7200
# Node ID 6e781b10c5a4aab6fa5c67abec3c600ea604b79c
# Parent  9e69f3056f4babd1ed08b26f39f9f266b629a82d
Makefile: Add target `install`.

This makes distribution packagers live even easier.

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