From 3e8fc40483ebed92ebd017eda1419005de2c2f4e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 7 Oct 2016 08:51:38 +0200 Subject: let make depend on header file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3-54-g00ecf