aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2016-10-07 08:51:38 +0200
committerGravatar Christian Hesse <mail@eworm.de>2016-10-07 08:51:38 +0200
commit3e8fc40483ebed92ebd017eda1419005de2c2f4e (patch)
tree812dee8f126cd428ce99946bb3a94a38fb730b3d
parent22e8c2c2c035adfd6d4b0c5f2621d73ea31f0bab (diff)
downloadmpd-notification-3e8fc40483ebed92ebd017eda1419005de2c2f4e.tar.gz
mpd-notification-3e8fc40483ebed92ebd017eda1419005de2c2f4e.tar.zst
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: