diff options
author | Christian Hesse <mail@eworm.de> | 2016-10-07 08:51:38 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-10-07 08:51:38 +0200 |
commit | 3e8fc40483ebed92ebd017eda1419005de2c2f4e (patch) | |
tree | 812dee8f126cd428ce99946bb3a94a38fb730b3d | |
parent | 22e8c2c2c035adfd6d4b0c5f2621d73ea31f0bab (diff) | |
download | mpd-notification-3e8fc40483ebed92ebd017eda1419005de2c2f4e.tar.gz mpd-notification-3e8fc40483ebed92ebd017eda1419005de2c2f4e.tar.zst |
let make depend on header file
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |