From: Thomas Lamprecht Date: Sun, 7 May 2023 11:16:30 +0000 (+0200) Subject: buildsys: add convenience target for sbuild X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d397cfa1d2edf829c65bfefbe2176625c09bd2a3;hp=2371cac69f6c24873ec757e987e9b65a6a88c059;p=proxmox-acme.git buildsys: add convenience target for sbuild Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 5795440..6ee83da 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,9 @@ $(DSC): $(BUILDDIR) cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d lintian $(DSC) +sbuild: $(DSC) + sbuild $(DSC) + dinstall: $(DEBS) dpkg -i $(DEBS)