From: Timo Kokkonen Date: Tue, 9 Mar 2021 13:47:46 +0000 (+0200) Subject: Makefile: Add install target for bmed X-Git-Url: http://git.itanic.dy.fi/?p=BME280_driver;a=commitdiff_plain;h=3640d37cb1229ea6d5a900f4202cd7a1fbc7ca5f Makefile: Add install target for bmed Install bmed and bmed.service files into the system Signed-off-by: Timo Kokkonen --- 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