]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
consensus.seqs can now find a consensus on a whole fasta file without needing a listfile
[mothur.git] / makefile
index a5c40be3dd5df280bc6dad68eeef5eff97b54ace..36d0d77c04db4a4fe023cb6fdda4acd5869ad4d1 100644 (file)
--- a/makefile
+++ b/makefile
@@ -28,10 +28,10 @@ ifeq  ($(strip $(64BIT_VERSION)),yes)
         CXXFLAGS += -DBIT_VERSION
 endif
 
-MOTHUR_FILES = "\"../Release\""
+MOTHUR_FILES = "\"../release\""
 
-RELEASE_DATE = "\"9/17/2010\""
-VERSION = "\"1.13.0\""
+RELEASE_DATE = "\"11/02/2010\""
+VERSION = "\"1.14.0\""
 
 CXXFLAGS += -DRELEASE_DATE=${RELEASE_DATE} -DVERSION=${VERSION}
 
@@ -66,7 +66,7 @@ ifeq  ($(strip $(USEMPI)),yes)
 endif
 
 # if you want to enable reading and writing of compressed files, set to yes.
-# The default is no.  this may only work on unix-like systems.
+# The default is no.  this may only work on unix-like systems, not for windows.
 
 USECOMPRESSION ?= no
 
@@ -89,6 +89,8 @@ OBJECTS+=$(patsubst %.c,%.o,$(wildcard *.c))
 
 mothur : $(OBJECTS)
        $(CXX) $(LDFLAGS) $(TARGET_ARCH) -o $@ $(OBJECTS) $(LIBS)
+       
+       strip mothur
 
 install : mothur
        cp mothur ../Release/mothur