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

Makefile (97B)


      1 CFLAGS+=-D LEV_CASE_INSENSITIVE
      2 
      3 nextmatch: levenshtein/levenshtein.c
      4 
      5 clean:
      6 	-$(RM) nextmatch
      7