From: Derek Date: Wed, 26 May 2010 20:09:15 +0000 (-0400) Subject: Removed bamtools_test from Makefile. Was a temporary, local test harness only X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cc115ec7bf51575284b1ad17cb69e32602267158;p=bamtools.git Removed bamtools_test from Makefile. Was a temporary, local test harness only --- diff --git a/Makefile b/Makefile index d3d8ad2..435f776 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CXX= g++ CXXFLAGS= -Wall -O3 -PROG= bamtools bamtools_test +PROG= bamtools LIBS= -lz OBJS= BGZF.o BamReader.o BamWriter.o BamMultiReader.o bamtools.o