From e806e8437d185b601ce9fc7d7a16d72d028f70de Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 28 Sep 2012 08:33:44 +0200 Subject: [PATCH] add dinstall make target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 8e44951..57406f8 100644 --- a/Makefile +++ b/Makefile @@ -39,3 +39,7 @@ distclean: clean clean: rm -rf *~ debian/*~ ${SRCDIR} ${PACKAGE}_*.deb ${PACKAGE}_*.changes +.PHONY: dinstall +dinstall: ${DEB} + dpkg -i ${DEB} + -- 2.39.2