]> git.proxmox.com Git - vzquota.git/blobdiff - Makefile
add dinstall make target
[vzquota.git] / 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}
+