]> git.proxmox.com Git - pve-common.git/commitdiff
buildsys: add sbuild target for convenience
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 May 2023 13:26:01 +0000 (15:26 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 May 2023 13:26:01 +0000 (15:26 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 71bf915248ac6e4750c3c7dbaeded3b768bf1803..dc67e4c4433a9fb31ecf77fd8a72531de33c4f51 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,9 @@ ${DSC}: ${BUILDDIR}
        cd ${BUILDDIR}; dpkg-buildpackage -S -us -uc -d
        lintian ${DSC}
 
+sbuild: $(DSC)
+       sbuild $(DSC)
+
 .PHONY: clean distclean
 distclean: clean
 clean: