X-Git-Url: https://git.proxmox.com/?p=pve-apiclient.git;a=blobdiff_plain;f=Makefile;h=44f47ae4a75358990d5aa9cb30520b23d6caeda6;hp=7267b3d94acc26dc636d23a5be0924eaafad72db;hb=2834772d27d38d97a8e27acbcf62eadd96cb4331;hpb=5a3b38c15d53233b83775e50e5b55c29de1e70ad 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}