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 3e6230d9bf309f9628b718bce9f34c69c78ec5c4
parent ba042cf728bd825d8136203ee2340686b37b3e95
Author: Steven G. Johnson <stevenj@alum.mit.edu>
Date:   Fri, 27 Apr 2018 09:30:37 -0400

fix make clean

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -48,7 +48,7 @@ clean: ifneq ($(OS),Darwin) rm -f libutf8proc.so.$(MAJOR) endif - rm -f test/tests.o test/normtest test/graphemetest test/printproperty test/charwidth test/valid test/iterate test/case test/custom + rm -f test/tests.o test/normtest test/graphemetest test/printproperty test/charwidth test/valid test/iterate test/case test/custom test/misc rm -rf MANIFEST.new tmp $(MAKE) -C bench clean $(MAKE) -C data clean