X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefile;h=aa20f8ca67d6594234f9de806556770fa79576ee;hb=8f89a92f4ada82a2b3bf51b23b6a977770f2b9e2;hp=1b8e0462007179c8dfd09966153ed4ebb54a21a3;hpb=8173238f9f94af9baab8471de58bed7c8830948d;p=mothur.git diff --git a/makefile b/makefile index 1b8e046..aa20f8c 100644 --- 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,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