Makefile: add dinstall target

This commit is contained in:
Dietmar Maurer 2017-03-08 17:19:46 +01:00
parent f050a4b223
commit 19fb7ca613

View File

@ -44,3 +44,7 @@ CLEANFILES = *~ debian/*~ *.deb proxmox-spamassassin_* \
.PHONY: clean
clean:
rm -rf ${CLEANFILES}
.PHONY: dinstall
dinstall: ${DEB}
dpkg -i ${DEB}