]> git.proxmox.com Git - pve-network.git/commitdiff
buildsys: add explicit default target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 22 Jan 2024 10:51:42 +0000 (11:51 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 22 Jan 2024 10:51:44 +0000 (11:51 +0100)
Currently the dinstall was the default target due to being the first
one listed, that's rather unusual compared to all of our other repos,
so align this one to our unwritten norm of using the `deb` one as
default target.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 2e506ad0556115d38b3841ba8d9b2826430654b2..3de2ff0841048da5bc2621313683b29970465e72 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,8 @@ BUILDDIR ?= $(PACKAGE)-$(DEB_VERSION_UPSTREAM)
 DEB=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
 DSC=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION).dsc
 
+all: deb
+
 .PHONY: dinstall
 dinstall: deb
        dpkg -i $(DEB)