aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-11-25 12:13:37 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-11-25 12:13:37 +0100
commit7993f3fbaf5d5713736b6415aac36697db430fe6 (patch)
tree115bbc2524b7d810a944b7c2b2cf01707d368e08
parentcef9083e40b51e4acab4b436eac3b7f4d47c9bfe (diff)
downloadudev-block-notify-7993f3fbaf5d5713736b6415aac36697db430fe6.tar.gz
udev-block-notify-7993f3fbaf5d5713736b6415aac36697db430fe6.tar.zst
Makefile: change order of compiler parameters
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7839474..509a32f 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ VERSION := 0.7.10
all: udev-block-notify README.html
udev-block-notify: udev-block-notify.c config.h version.h
- $(CC) $(CFLAGS) $(LDFLAGS) -o udev-block-notify udev-block-notify.c
+ $(CC) udev-block-notify.c $(CFLAGS) $(LDFLAGS) -o udev-block-notify
config.h: config.def.h
$(CP) config.def.h config.h