From 7141426699a580eadf01f64f857b4e09b5cc31fb Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Mon, 17 Jan 2022 13:26:08 +0100 Subject: [PATCH] Spell --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bfc866e..ef734f1 100644 --- a/Makefile +++ b/Makefile @@ -45,12 +45,12 @@ install-conf: | $(SRCS_CONF) install -d $(DEST_CONF) install -m 0600 $(SRCS_CONF) $(DEST_CONF) -# target: install-systemd - Install systemd timer and service files +# target: install-systemd - Install systemd timer and service files. install-systemd: install -d $(DEST_SYSTEMD) install -m 0644 $(SRCS_SYSTEMD) $(DEST_SYSTEMD) -# target: uninstall - Uninstall files from the install targets +# target: uninstall - Uninstall ALL files from the install targets. uninstall: @for file in $(INSTALLED_FILES); do \ echo $(RM) $$file; \