aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2016-10-07 08:51:38 +0200
committerChristian Hesse <mail@eworm.de>2016-10-07 08:51:38 +0200
commit3e8fc40483ebed92ebd017eda1419005de2c2f4e (patch)
tree812dee8f126cd428ce99946bb3a94a38fb730b3d
parentfix configuration file path in documentation (diff)
downloadmpd-notification-3e8fc40483ebed92ebd017eda1419005de2c2f4e.tar.gz
mpd-notification-3e8fc40483ebed92ebd017eda1419005de2c2f4e.tar.bz2
mpd-notification-3e8fc40483ebed92ebd017eda1419005de2c2f4e.tar.xz
mpd-notification-3e8fc40483ebed92ebd017eda1419005de2c2f4e.tar.zst
mpd-notification-3e8fc40483ebed92ebd017eda1419005de2c2f4e.zip
let make depend on header file
-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: