]> git.proxmox.com Git - pve-apiclient.git/commitdiff
add dintsall target
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 16 Dec 2016 08:23:14 +0000 (09:23 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 16 Dec 2016 08:23:14 +0000 (09:23 +0100)
Makefile

index 7267b3d94acc26dc636d23a5be0924eaafad72db..44f47ae4a75358990d5aa9cb30520b23d6caeda6 100644 (file)
--- 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}