about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2024-09-26 00:54:39 +0300
committerNakidai <nakidai@disroot.org>2024-09-26 00:54:39 +0300
commite67816992ed6814fb15a6db3095d1b15c12f7b66 (patch)
treeb6d1190890111ded2c177a8c0f02d6df51a5b13c
parent9365d75ec4870371c102ec9de28cadc75c6876f8 (diff)
downloadcpetpet-e67816992ed6814fb15a6db3095d1b15c12f7b66.tar.gz
cpetpet-e67816992ed6814fb15a6db3095d1b15c12f7b66.zip
Move LDFLAGS
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@ $^