]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
fixed bugs with trim.seqs and bdiffs
[mothur.git] / makefile
index f4af8e9b02a92cc0c9bf1d282ec5cacf9d0514f8..566c6b0381a3549778d6209d9579d67a5232df0d 100644 (file)
--- a/makefile
+++ b/makefile
@@ -26,7 +26,7 @@ ifeq  ($(strip $(USEREADLINE)),yes)
       -L../readline-6.0
 endif
 
-USEMPI ?= yes
+USEMPI ?= no
 
 ifeq  ($(strip $(USEMPI)),yes)
        CC = mpic++
@@ -459,7 +459,7 @@ mothur : \
                ./logsd.o\
                ./geom.o\
                ./setlogfilecommand.o\
-               -o ../Release/mothur
+               -o mothur
 
 clean : 
                rm \