From 7fdf12f4b19e18418d108f7b400a8e8ce50e6bb2 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 15 Apr 2013 22:45:56 +0200 Subject: format Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fbf9ec9..312ff7c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ # netlink-notify - Notify about netlink changes CC := gcc -CFLAGS += $(shell pkg-config --cflags --libs libmnl) $(shell pkg-config --cflags --libs libnotify) +CFLAGS += $(shell pkg-config --cflags --libs libmnl) \ + $(shell pkg-config --cflags --libs libnotify) VERSION = $(shell git describe --tags --long) all: netlink-notify.c -- cgit v1.2.3-54-g00ecf