automatic commit
[folded-ctf.git] / Makefile
index 7fc3339..f0a1bed 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 # Contact <francois.fleuret@idiap.ch> for comments & bug reports        #
 #########################################################################
 
-CXX=g++-4.1
+CXX=g++-4.1
 
 ifeq ($(STATIC),yes)
   LDFLAGS=-static -lm -ljpeg -lpng -lz
@@ -36,11 +36,6 @@ endif
 
 CXXFLAGS = -Wall $(OPTIMIZE_FLAG) $(PROFILE_FLAG)
 
-# ifeq ($(CURSES),yes)
-#   LDFLAGS=$(LDFLAGS) -lncurses
-#   CXXFLAGS = $(CXXFLAGS) -DWITH_CURSES
-# endif
-
 all: folding list_to_pool TAGS
 
 TAGS: *.cc *.h