From cd4185d9c79257de6fca09e1ee05668596a2240c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20L=C3=A4ssig?= Date: Mon, 10 Jan 2022 16:57:25 +0100 Subject: [PATCH] add Makefile for simple installation --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..575fe24 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +PREFIX?=/usr + +# an empty make target as there is nothing todo +build: + +install: + install -d $(DESTDIR)$(PREFIX)/lib/nagios/plugins/ + install check-systemd-service $(DESTDIR)$(PREFIX)/lib/nagios/plugins/check_systemd_service