aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-04-15 22:45:56 +0200
committerGravatar Christian Hesse <mail@eworm.de>2013-04-15 22:45:56 +0200
commit7fdf12f4b19e18418d108f7b400a8e8ce50e6bb2 (patch)
tree8273314b7eac3183579c6d45ec80fc9843581d3d /Makefile
parentee6296abb65f348e17464145b12d388dd970deee (diff)
downloadnetlink-notify-7fdf12f4b19e18418d108f7b400a8e8ce50e6bb2.tar.gz
netlink-notify-7fdf12f4b19e18418d108f7b400a8e8ce50e6bb2.tar.zst
format Makefile
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