From: Jérôme Benoit Date: Thu, 31 Oct 2019 20:49:01 +0000 (+0100) Subject: Spell fix. X-Git-Url: https://git.piment-noir.org/?p=Project_algorithmic_C.git;a=commitdiff_plain;h=f084143ffc5d34871d0d70f28ca3163a256c14c4 Spell fix. Signed-off-by: Jérôme Benoit --- diff --git a/Makefile b/Makefile index 639170d..eed8855 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ POSTCOMPILE = mv -f $(DEPDIR)/$(notdir $*).Td $(DEPDIR)/$(notdir $*).d ifeq ($(findstring CYGWIN_NT,$(UNAME)),CYGWIN_NT) CYGWIN_DLIBRARY_NAME := $(subst lib,cyg,$(LIBRARY_NAME)) GOLD_SUPPORT = no -# Cygwin ncurses do not contain tinfo +# Cygwin ncurses does not contain tinfo LDLIBS := $(filter-out -ltinfo,$(LDLIBS)) BINARY_SUFFIX := .exe DLIB_SUFFIX := .dll