5
0
mirror of git://git.proxmox.com/git/novnc-pve.git synced 2024-12-22 17:34:20 +03:00

buildsys: add sbuild target for convenience

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-08 14:32:29 +02:00
parent 0cf368a99a
commit 52ea04cd6d

View File

@ -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