commit 93227602df347672d117fb395b45c6010595458e parent 0d097e1e5aa2590dac8cedaa0b9234be5c88d15e Author: Léo Villeveygoux <leo.villeveygoux@etu.u-bordeaux.fr> Date: Fri, 2 Dec 2016 00:17:30 +0100 simpler build process Diffstat:
M | Makefile | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ CFLAGS+=-D LEV_CASE_INSENSITIVE -nextmatch: levenshtein/levenshtein.o +nextmatch: levenshtein/levenshtein.c clean: - -$(RM) nextmatch levenshtein/levenshtein.o + -$(RM) nextmatch