aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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