aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2022-02-05 14:02:18 +0100
committerBjørn Mork <bjorn@mork.no>2022-02-05 14:02:18 +0100
commitcc3deb57f73a47990940165b4bd0a39baa76874d (patch)
tree5c3fae9dfce298a45f3cbf652b51f434b8a87e31
parent995d3acf576fdab956ad575e911f032474a648de (diff)
fix build
Signed-off-by: Bjørn Mork <bjorn@mork.no>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d2483f..b7cf63c 100644
--- a/Makefile
+++ b/Makefile
@@ -11,5 +11,5 @@ all: $(BINARIES)
rm -f *.o *.so *.lo *~ $(BINARIES)
obinsectd: obinsectd.c
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
+ $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)