X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefile;h=55039af257bbc7297baa8a04c423eba92de12c07;hb=a3d9877d9c62058dbe167ceca159f4b76744f1cf;hp=b3bc136f1b57cbf5f4e96954a4d7350452cbbef6;hpb=5df1b242d9c2b604eb414da44b28de81d52567d7;p=mothur.git diff --git a/makefile b/makefile index b3bc136..55039af 100644 --- a/makefile +++ b/makefile @@ -13,7 +13,7 @@ CXXFLAGS += -O3 -MOTHUR_FILES = "\"/Users/SarahsWork/desktop//Release\"" +MOTHUR_FILES = "\"../Release\"" ifeq ($(strip $(MOTHUR_FILES)),"\"Enter_your_default_path_here\"") else CXXFLAGS += -DMOTHUR_FILES=${MOTHUR_FILES} @@ -39,7 +39,7 @@ endif # if you do not want to use the readline library, set this to no. # make sure you have the library installed -USEREADLINE ?= yes +USEREADLINE ?= no ifeq ($(strip $(USEREADLINE)),yes) CXXFLAGS += -DUSE_READLINE