From: Thomas Lamprecht Date: Sun, 7 May 2023 12:23:50 +0000 (+0200) Subject: buildsys: add convencience target for sbuild X-Git-Url: https://git.proxmox.com/?p=corosync-pve.git;a=commitdiff_plain;h=33c8f081e23a477729b86e4b34d3f14e29f274c8 buildsys: add convencience target for sbuild Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 1dd0eef..5145d66 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,9 @@ $(DSC): $(ORIG_SRC_TAR) $(BUILDDIR) cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d lintian $(DSC) +sbuild: $(DSC) + sbuild $(DSC) + .PHONY: submodule submodule: test -f "$(CSSRC)/INSTALL" || git submodule update --init $(CSSRC)