From bfd5e0d8c321b48d45440af0a6ae9d8b93610ed3 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sun, 31 May 2026 17:59:41 +0200 Subject: Re-order linking flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6d1d2b1..b09bbd6 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ export __LIBS := $(shell pkg-config --libs sqlite3) -luconfig all: $(PROG) $(PROG): src/config.o src/input.o src/main.o src/system.o src/utils.o uconfig/libuconfig.a - $(CC) -o $@ $^ $(__LIBS) $(__LDFLAGS) $(LDFLAGS) $(LIBS) + $(CC) -o $@ $^ $(__LDFLAGS) $(__LIBS) $(LDFLAGS) $(LIBS) src/config.o: src/config.c src/config.h src/system.h src/utils.h src/input.o: src/input.c src/input.h -- cgit v1.2.3