]> git.proxmox.com Git - proxmox-acme.git/commitdiff
buildsys: add convenience target for sbuild
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 7 May 2023 11:16:30 +0000 (13:16 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 7 May 2023 11:18:27 +0000 (13:18 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 5795440a744f28465b387602eed674fe159b9b28..6ee83da9c7cafffdb564756789d4eaab426a8766 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,9 @@ $(DSC): $(BUILDDIR)
        cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
        lintian $(DSC)
 
+sbuild: $(DSC)
+       sbuild $(DSC)
+
 dinstall: $(DEBS)
        dpkg -i $(DEBS)