diff --git a/Makefile b/Makefile index 7267b3d..44f47ae 100644 --- a/Makefile +++ b/Makefile @@ -30,3 +30,7 @@ distclean: clean clean: rm -rf ./build *.deb *.changes find . -name '*~' -exec rm {} ';' + +.PHONY: dinstall +dinstall: ${DEB} + dpkg -i ${DEB}