diff --git a/Makefile b/Makefile index 1f4c59a..6fb0a98 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ install-pkgbuild: cron ## Install with pacman (on Arch Linux) ${MAKE} install-files .PHONY: install-pip -install-pip: notify cron ## Install with pip +install-pip: exec-notify cron ## Install with pip sudo python3 -m pip install --upgrade --force-reinstall . ${MAKE} install-files @@ -21,8 +21,8 @@ install-files: sudo install --directory -m755 /etc/$(PKGNAME)/ sudo install -m0644 cfg/* /etc/$(PKGNAME)/ -.PHONY: notify ## Check if exec-notify is installed. -notify: +.PHONY: exec-notify ## Check if exec-notify is installed. +exec-notify: # `type` does not work e.g. on Ubuntu 18.04 which exec-notify