From 19fb7ca61345dda1db028388f0883be1a50ec5aa Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 8 Mar 2017 17:19:46 +0100 Subject: [PATCH] Makefile: add dinstall target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 2ddd05b..cc78ef1 100644 --- 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} -- 2.39.2