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 | fix configuration file path in documentation (diff) | |
download | mpd-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-- | 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: |