From: Dietmar Maurer Date: Fri, 28 Sep 2012 06:33:44 +0000 (+0200) Subject: add dinstall make target X-Git-Url: https://git.proxmox.com/?p=vzquota.git;a=commitdiff_plain;h=e806e8437d185b601ce9fc7d7a16d72d028f70de add dinstall make target --- 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} +