From e67816992ed6814fb15a6db3095d1b15c12f7b66 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Thu, 26 Sep 2024 00:54:39 +0300 Subject: Move LDFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8bfd5d1..89b03e3 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ $(OBJS): config.h cpetpet.h libcpetpet.a libcpetpet.so: $(OBJS) libcpetpet.so: - cc -shared -o $@ ${LDFLAGS} ${LDLIBS} $^ + cc -shared -o $@ $^ ${LDFLAGS} libcpetpet.a: ar rcs $@ $^ -- cgit 1.4.1