From 72418985b5edcd75674ef448eb3b228ceb55504a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 8 Apr 2024 17:15:12 +0200 Subject: [PATCH 1/1] buildsys: add deb target Signed-off-by: Thomas Lamprecht --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 5c7320d..7c1e191 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,9 @@ distclean: clean clean: rm -rf *~ ksm-control-scripts ${PACKAGE}_* +.PHONY: deb +deb: ${KSM_DEB} + .PHONY: dinstall dinstall: ${KSM_DEB} dpkg -i ${KSM_DEB} -- 2.39.5