diff options
author | Christian Hesse <mail@eworm.de> | 2013-04-15 22:46:47 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-04-15 22:46:47 +0200 |
commit | 0bbbe443158b1a2fa81b442c27e93390aa7b2b5b (patch) | |
tree | 2d1531e733a6b15bc67dbc8e5bf12529a68c27b0 | |
parent | c6d4e6daf03df68d4c0bb756520858ee9679712c (diff) | |
download | mpd-notification-0bbbe443158b1a2fa81b442c27e93390aa7b2b5b.tar.gz mpd-notification-0bbbe443158b1a2fa81b442c27e93390aa7b2b5b.tar.zst |
format Makefile
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ # mpd-notification - Notify about tracks played by mpd CC := gcc -CFLAGS += $(shell pkg-config --cflags --libs libmpdclient) $(shell pkg-config --cflags --libs libnotify) +CFLAGS += $(shell pkg-config --cflags --libs libmpdclient) \ + $(shell pkg-config --cflags --libs libnotify) VERSION = $(shell git describe --tags --long) all: mpd-notification.c |