aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-04-15 22:46:47 +0200
committerGravatar Christian Hesse <mail@eworm.de>2013-04-15 22:46:47 +0200
commit0bbbe443158b1a2fa81b442c27e93390aa7b2b5b (patch)
tree2d1531e733a6b15bc67dbc8e5bf12529a68c27b0
parentc6d4e6daf03df68d4c0bb756520858ee9679712c (diff)
downloadmpd-notification-0bbbe443158b1a2fa81b442c27e93390aa7b2b5b.tar.gz
mpd-notification-0bbbe443158b1a2fa81b442c27e93390aa7b2b5b.tar.zst
format Makefile
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9cf6a78..e578e8b 100644
--- a/Makefile
+++ b/Makefile
@@ -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