diff --git a/Makefile b/Makefile index b660557..abbe42f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ AOBJS= QSufSort.o bwt_gen.o bwase.o bwaseqio.o bwtgap.o bwtaln.o bamlite.o \ is.o bwtindex.o bwape.o kopen.o pemerge.o \ bwtsw2_core.o bwtsw2_main.o bwtsw2_aux.o bwt_lite.o \ bwtsw2_chain.o fastmap.o bwtsw2_pair.o -PROG= bwa bwamem-lite +PROG= bwa INCLUDES= LIBS= -lm -lz -lpthread SUBDIRS= . diff --git a/main.c b/main.c index f7616b7..2c1678e 100644 --- a/main.c +++ b/main.c @@ -3,7 +3,7 @@ #include "utils.h" #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "0.7.3-r382-beta" +#define PACKAGE_VERSION "0.7.3-r384-beta" #endif int bwa_fa2pac(int argc, char *argv[]);