aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 131d85a..cdb839e 100644
--- a/Makefile
+++ b/Makefile
@@ -19,12 +19,12 @@ LDFLAGS += -Wl,-z,now -Wl,-z,relro -pie
# this is just a fallback in case you do not use git but downloaded
# a release tarball...
-VERSION := 0.8.0
+VERSION := 0.8.1
all: netlink-notify icons README.html
netlink-notify: netlink-notify.c version.h config.h
- $(CC) $(CFLAGS) $(LDFLAGS) -o netlink-notify netlink-notify.c
+ $(CC) netlink-notify.c $(CFLAGS) $(LDFLAGS) -o netlink-notify
config.h:
$(CP) config.def.h config.h