X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=f0a1bed320686d4c7410777c2db2f8e7ec32df01;hb=ccc2785ee823c934edcededc5c6448e4f9488f8b;hp=7fc33392393a82474f7cbec128f5d7ea2152a8c4;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c;p=folded-ctf.git diff --git a/Makefile b/Makefile index 7fc3339..f0a1bed 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # Contact 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