summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44c3956..d6949c7 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ HDRS = \
include/u8c/u8dec.h \
include/u8c/u8enc.h
OBJS = $(SRCS:.c=.o)
-LIB = u8c.so
+LIB = libu8c.so
$(LIB): $(OBJS)
$(CC) $(LDFLAGS) $^ -o $@
$(OBJS): $(HDRS)