aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2a1707..f597bf0 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ VERSION := 0.7.5
all: mpd-notification README.html
-mpd-notification: mpd-notification.c config.h version.h
+mpd-notification: mpd-notification.c mpd-notification.h config.h version.h
$(CC) $(CFLAGS) $(LDFLAGS) -o mpd-notification mpd-notification.c
config.h: