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