]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
fixed bug with phylo.diversity. not calculating as intended.
[mothur.git] / makefile
index a8a0170db2642bf436dbace2f002a2f370c76d23..46ccb9d106edee81bdfdea884576c39d37d09c56 100644 (file)
--- a/makefile
+++ b/makefile
@@ -13,7 +13,7 @@
 
 CXXFLAGS += -O3
 
-MOTHUR_FILES = "\"Enter_your_default_path_here\""
+MOTHUR_FILES = "\"../Release\""
 ifeq  ($(strip $(MOTHUR_FILES)),"\"Enter_your_default_path_here\"")
 else
        CXXFLAGS += -DMOTHUR_FILES=${MOTHUR_FILES}