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 91b91fe0334bef219ed7aa66b70377717d273b99
parent 31a87888867bd3b291fe84b48b0471b0038b51a1
Author: Jameson Nash <vtjnash@gmail.com>
Date:   Sat, 18 Feb 2017 15:14:45 +0000

don't set MAKE variable in Makefile (#99)

fix #95
Diffstat:
MMakefile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,7 +1,6 @@ # libutf8proc Makefile # programs -MAKE=make AR?=ar CC?=gcc INSTALL=install