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}