From cb400844abbc1dab67e165fce6ad613034057ace Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 7 Apr 2024 01:10:17 +0300 Subject: [PATCH] tweaks... Signed-off-by: Alex A. Naanou --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 62dc9c1..8a00115 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ install: $(TIMER) $(UNIT) systemctl daemon-reload systemctl enable ${UNIT} systemctl enable ${TIMER} - systemctl start ${TIMER} systemctl start ${UNIT} + systemctl start ${TIMER} .PHONY:disable @@ -25,6 +25,7 @@ disable: $(TIMER) $(UNIT) systemctl disable ${TIMER} systemctl disable ${UNIT} + .PHONY:uninstall uninstall: disable $(TIMER) $(UNIT) rm -f \ @@ -32,6 +33,7 @@ uninstall: disable $(TIMER) $(UNIT) $(SERVICE_DIR)/$(UNIT) systemctl daemon-reload + .PHONY:reinstall reinstall: uninstall install