From: Thomas Lamprecht Date: Mon, 22 Jan 2024 10:51:42 +0000 (+0100) Subject: buildsys: add explicit default target X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=3b45559e00772ca48c7dfa8e4846233f989ff555;p=matthieu%2Fpve-network.git buildsys: add explicit default target 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 --- diff --git a/Makefile b/Makefile index 2e506ad..3de2ff0 100644 --- 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)