From cc115ec7bf51575284b1ad17cb69e32602267158 Mon Sep 17 00:00:00 2001 From: Derek Date: Wed, 26 May 2010 16:09:15 -0400 Subject: [PATCH] Removed bamtools_test from Makefile. Was a temporary, local test harness only --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5