X-Git-Url: https://git.piment-noir.org/?p=Project_algorithmic_C.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=eed8855cbb7e7d2778d78ba41129e0223b0c15da;hp=639170dc0b18da7ff2f3f1715f6d0c1360ce3086;hb=f084143ffc5d34871d0d70f28ca3163a256c14c4;hpb=3de18b0799930ec82892a0ce65895716e1e8acbc 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