]> git.proxmox.com Git - vzquota.git/commitdiff
add dinstall make target
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 28 Sep 2012 06:33:44 +0000 (08:33 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 28 Sep 2012 06:33:44 +0000 (08:33 +0200)
Makefile

index 8e44951b2af20452421b1dc3cb71912135f077ce..57406f838a5f84d528d84b0e3a445cd0b8757ea2 100644 (file)
--- 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}
+