From b26bab5a3a1afb98c6b10a77c93d197c9246cb7e Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Mon, 25 Feb 2013 20:39:58 +0100 Subject: [PATCH] more dunstify integration into Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b91f293..a7aca72 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ SRC = x.c \ notification.c OBJ = ${SRC:.c=.o} -all: doc options dunst service +all: doc options dunst service dunstify options: @echo dunst build options: @@ -50,6 +50,7 @@ clean: @rm -f dunst.1 @rm -f org.knopwob.dunst.service @rm -f core + @rm -f dunstify doc: dunst.1 dunst.1: README.pod