From 33c8f081e23a477729b86e4b34d3f14e29f274c8 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 7 May 2023 14:23:50 +0200 Subject: [PATCH] buildsys: add convencience target for sbuild Signed-off-by: Thomas Lamprecht --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 1dd0eef..5145d66 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,9 @@ $(DSC): $(ORIG_SRC_TAR) $(BUILDDIR) cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d lintian $(DSC) +sbuild: $(DSC) + sbuild $(DSC) + .PHONY: submodule submodule: test -f "$(CSSRC)/INSTALL" || git submodule update --init $(CSSRC)