aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 131d85a..df3632d 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ VERSION := 0.8.0
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