aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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