]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
working on nmds
[mothur.git] / makefile
index 1b8e0462007179c8dfd09966153ed4ebb54a21a3..266c0c347d82ad54aa55b2c0edf5ae8a5a3d6c03 100644 (file)
--- a/makefile
+++ b/makefile
@@ -30,8 +30,8 @@ endif
 
 MOTHUR_FILES = "\"../release\""
 
-RELEASE_DATE = "\"11/02/2010\""
-VERSION = "\"1.14.0\""
+RELEASE_DATE = "\"12/10/2010\""
+VERSION = "\"1.15.0\""
 
 CXXFLAGS += -DRELEASE_DATE=${RELEASE_DATE} -DVERSION=${VERSION}
 
@@ -89,9 +89,11 @@ OBJECTS+=$(patsubst %.c,%.o,$(wildcard *.c))
 
 mothur : $(OBJECTS)
        $(CXX) $(LDFLAGS) $(TARGET_ARCH) -o $@ $(OBJECTS) $(LIBS)
+       
+       strip mothur
 
 install : mothur
-       cp mothur ../Release/mothur
+#      cp mothur ../Release/mothur
        
 %.o : %.c %.h
        $(COMPILE.c) $(OUTPUT_OPTION) $<