more dunstify integration into Makefile

This commit is contained in:
Sascha Kruse 2013-02-25 20:39:58 +01:00
parent 2cbd163e41
commit b26bab5a3a

View File

@ -14,7 +14,7 @@ SRC = x.c \
notification.c notification.c
OBJ = ${SRC:.c=.o} OBJ = ${SRC:.c=.o}
all: doc options dunst service all: doc options dunst service dunstify
options: options:
@echo dunst build options: @echo dunst build options:
@ -50,6 +50,7 @@ clean:
@rm -f dunst.1 @rm -f dunst.1
@rm -f org.knopwob.dunst.service @rm -f org.knopwob.dunst.service
@rm -f core @rm -f core
@rm -f dunstify
doc: dunst.1 doc: dunst.1
dunst.1: README.pod dunst.1: README.pod