]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
added consensus.seqs command
[mothur.git] / makefile
index 1b8e0462007179c8dfd09966153ed4ebb54a21a3..36d0d77c04db4a4fe023cb6fdda4acd5869ad4d1 100644 (file)
--- a/makefile
+++ b/makefile
@@ -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