]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
changes for 1.12.2
[mothur.git] / makefile
index 55039af257bbc7297baa8a04c423eba92de12c07..a8a0170db2642bf436dbace2f002a2f370c76d23 100644 (file)
--- a/makefile
+++ b/makefile
@@ -13,7 +13,7 @@
 
 CXXFLAGS += -O3
 
-MOTHUR_FILES = "\"../Release\""
+MOTHUR_FILES = "\"Enter_your_default_path_here\""
 ifeq  ($(strip $(MOTHUR_FILES)),"\"Enter_your_default_path_here\"")
 else
        CXXFLAGS += -DMOTHUR_FILES=${MOTHUR_FILES}
@@ -32,14 +32,14 @@ ifeq  ($(strip $(64BIT_VERSION)),yes)
         CXXFLAGS += -DBIT_VERSION
        
        #if you are using centos uncomment the following lines
-       #CC = g++44
+       #CXX = g++44
        #CXXFLAGS += -mtune=native -march=native -m64
 endif
 
 # if you do not want to use the readline library, set this to no.
 # make sure you have the library installed
 
-USEREADLINE ?= no
+USEREADLINE ?= yes
 
 ifeq  ($(strip $(USEREADLINE)),yes)
     CXXFLAGS += -DUSE_READLINE