]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
added lefse command. added check for hard filter length. fixed bug in make.biom...
[mothur.git] / makefile
index b8d4e2c3e30844c436e44015696ec04d5c4264d8..04de53382601600c77590d109e065819f4f80a98 100644 (file)
--- a/makefile
+++ b/makefile
@@ -15,8 +15,8 @@ USEREADLINE ?= yes
 CYGWIN_BUILD ?= no
 USECOMPRESSION ?= no
 MOTHUR_FILES="\"Enter_your_default_path_here\""
-RELEASE_DATE = "\"4/30/2012\""
-VERSION = "\"1.25.0\""
+RELEASE_DATE = "\"8/19/2013\""
+VERSION = "\"1.31.2\""
 FORTAN_COMPILER = gfortran
 FORTRAN_FLAGS = 
 
@@ -37,10 +37,9 @@ ifeq  ($(strip $(64BIT_VERSION)),yes)
        #TARGET_ARCH += -m64 -static
 
        #if you are a linux user use the following line
-       #CXXFLAGS += -mtune=native -march=native -m64
+       #CXXFLAGS += -mtune=native -march=native 
        
-       CXXFLAGS += -DBIT_VERSION
-    FORTRAN_FLAGS = -m64
+       CXXFLAGS += -DBIT_VERSION 
 endif