]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
fixed catchall hangup if it can't find the exe
[mothur.git] / makefile
index aa20f8ca67d6594234f9de806556770fa79576ee..266c0c347d82ad54aa55b2c0edf5ae8a5a3d6c03 100644 (file)
--- a/makefile
+++ b/makefile
@@ -93,7 +93,7 @@ mothur : $(OBJECTS)
        strip mothur
 
 install : mothur
-       cp mothur ../Release/mothur
+#      cp mothur ../Release/mothur
        
 %.o : %.c %.h
        $(COMPILE.c) $(OUTPUT_OPTION) $<