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

index 2abc5aae20cb1b2081ee5d9690e75736327fac7d..431dff95abcac03242e9da0ba83be66997507ccd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,9 @@ $(DSC): $(ORIG_SRC_TAR) $(BUILDDIR)
        cd $(BUILDDIR); dpkg-buildpackage -S -uc -us -d
        lintian $(DSC)
 
+sbuild: $(DSC)
+       sbuild $(DSC)
+
 .PHONY: submodule
 submodule:
        test -f "$(SRCDIR)/package.json" || git submodule update --init