From d33e0403133fa600f9f210e72cef73ea02fadbfc Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 16 May 2023 17:58:34 +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 61c0c1c..0fc4bda 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,9 @@ build-debs: $(BUILDDIR) lintian $(DEBS) touch "$@" +sbuild: $(DSC) + sbuild $(DSC) + .PHONY: dsc dsc: $(DSC) $(DSC): $(BUILDDIR) -- 2.39.2