From: Derek Date: Tue, 13 Jul 2010 14:47:17 +0000 (-0400) Subject: Updated Makefile for fasta & pileup X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b4291142870c32a1c5db4d1f0a8b4640d4a5d5e2;p=bamtools.git Updated Makefile for fasta & pileup --- diff --git a/Makefile b/Makefile index 01405ca..be28287 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,9 @@ API= BGZF.o \ BamReader.o \ BamWriter.o \ BamMultiReader.o -UTILS= bamtools_options.o \ +UTILS= bamtools_fasta.o \ + bamtools_options.o \ + bamtools_pileup.o \ bamtools_utilities.o TOOLKIT= bamtools_convert.o \ bamtools_count.o \