diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |