utf8proc

A clean C library for processing UTF-8 Unicode data
git clone https://git.sinitax.com/juliastrings/utf8proc
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 5fbd15b4ce9db9b12b48cf3b94c70280bf20a13b
parent d51e541700d0551baaababa07b8e3c88c3601b40
Author: Steven G. Johnson <stevenj@alum.mit.edu>
Date:   Sat, 19 Jul 2014 08:19:16 -0400

add missing dependency

Diffstat:
Mbench/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bench/Makefile b/bench/Makefile @@ -7,7 +7,7 @@ all: bench LIBMOJIBAKE = ../libmojibake.a -bench: bench.o util.o +bench: bench.o util.o $(LIBMOJIBAKE) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ bench.o util.o $(LIBMOJIBAKE) DATAURL = https://raw.githubusercontent.com/duerst/eprun/master/benchmark