diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
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 $@ $^ |