]> git.proxmox.com Git - ksm-control-daemon.git/commitdiff
buildsys: add deb target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 Apr 2024 15:15:12 +0000 (17:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 Apr 2024 15:15:12 +0000 (17:15 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 5c7320dbbbcff50475f736ec82b6069caa60363b..7c1e191a51333096a8be110c3618259c6a13ed83 100644 (file)
--- 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}