]> git.proxmox.com Git - proxmox-spamassassin.git/commitdiff
Makefile: add dinstall target
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 8 Mar 2017 16:19:46 +0000 (17:19 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 8 Mar 2017 16:19:46 +0000 (17:19 +0100)
Makefile

index 2ddd05b1a07b55fd68a365b25b5cf838e8ca46d2..cc78ef13ad8960f3cc713a93fc3f3fb6ea2c3f80 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -44,3 +44,7 @@ CLEANFILES = *~ debian/*~ *.deb proxmox-spamassassin_*                \
 .PHONY: clean
 clean: 
        rm -rf ${CLEANFILES}
+
+.PHONY: dinstall
+dinstall: ${DEB}
+       dpkg -i ${DEB}