From f8a626c31dc627075fa52d5ac1d0718dafe92561 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 5 Jun 2019 07:09:49 +0200 Subject: [PATCH] buildsys: add deb target for consistency with other packages Signed-off-by: Thomas Lamprecht --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d8896cf..ea82bdb 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,8 @@ EXTRA_RULES = KAM.cf SA_UPDATE_GPG_DIR = .sa-update-gpghome +deb: ${DEB} + #${DEB}: ${OPKGNAME}.tar.gz ${DEB}: ${OPKGNAME}.tar.gz sa-updates.tgz ${EXTRA_RULES} -rm -rf ${OPKGNAME} ${NPKGNAME} -- 2.39.5