From 3640d37cb1229ea6d5a900f4202cd7a1fbc7ca5f Mon Sep 17 00:00:00 2001 From: Timo Kokkonen Date: Tue, 9 Mar 2021 15:47:46 +0200 Subject: [PATCH] Makefile: Add install target for bmed Install bmed and bmed.service files into the system Signed-off-by: Timo Kokkonen --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 8198f3c..8c125c5 100644 --- a/Makefile +++ b/Makefile @@ -25,3 +25,7 @@ FORCE: TAGS: FORCE etags *.[ch] + +install: bmed + install bmed $(DEST)/usr/bin + install -m 644 bmed.service $(DEST)/lib/systemd/system -- 2.45.0