nextmatch

Find close matches to a line in a quote file, and print the next one.
git clone git://git.vgx.fr/nextmatch
Log | Files | Refs | Submodules

commit 0d097e1e5aa2590dac8cedaa0b9234be5c88d15e
parent b2f6d35e3dadb904ba6cd2e83b1f39f8ae90971f
Author: Léo Villeveygoux <leo.villeveygoux@etu.u-bordeaux.fr>
Date:   Fri,  2 Dec 2016 00:11:48 +0100

add a clean target

Diffstat:
MMakefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -2,3 +2,6 @@ CFLAGS+=-D LEV_CASE_INSENSITIVE nextmatch: levenshtein/levenshtein.o +clean: + -$(RM) nextmatch levenshtein/levenshtein.o +