From 0bbbe443158b1a2fa81b442c27e93390aa7b2b5b Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 15 Apr 2013 22:46:47 +0200 Subject: format Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf