]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
rewrote metastats command in c++, added mothurRemove function to handle ~ error....
[mothur.git] / makefile
index 6ac7e31c49b396397c946010777800a1e29993c2..fa214c476e15f32fb6be29cfda677a064de6e1e1 100644 (file)
--- a/makefile
+++ b/makefile
@@ -9,14 +9,14 @@
 # Macros
 #
 
-USEMPI ?= yes
+USEMPI ?= no
 64BIT_VERSION ?= yes
 USEREADLINE ?= yes
 CYGWIN_BUILD ?= no
 USECOMPRESSION ?= no
-MOTHUR_FILES = "\"../release\""
-RELEASE_DATE = "\"2/7/2011\""
-VERSION = "\"1.16.0\""
+MOTHUR_FILES="\"Enter_your_default_path_here\""
+RELEASE_DATE = "\"7/5/2011\""
+VERSION = "\"1.20.0\""
 
 # Optimize to level 3:
 CXXFLAGS += -O3