From 52ea04cd6dad258ba7e199ffedda8eb0b6d2c1de Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 8 May 2023 14:32:29 +0200 Subject: [PATCH] buildsys: add sbuild target for convenience Signed-off-by: Thomas Lamprecht --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2abc5aa..431dff9 100644 --- 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