From ceace1ba3ec1cbb0cd7f9640da2f077c37c92e1e Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Fri, 16 Jun 2023 14:06:34 +0200 Subject: [PATCH] refactor --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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