From 52910795a94c8113f014ff843d0e2f786a65aa2a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 21 May 2023 12:06:06 +0200 Subject: [PATCH] buildsys: add sbuild convenience target Signed-off-by: Thomas Lamprecht --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index fb55c24..ed09ea8 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,9 @@ $(DSC): $(BUILDDIR) cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d lintian $(DSC) +sbuild: $(DSC) + sbuild $(DSC) + .PHONY: upload upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION) upload: $(DEB)