From 184f9a21bcb55a6a19b4dace89a49e4e1f47251e Mon Sep 17 00:00:00 2001 From: Timothy Daley Date: Fri, 20 Nov 2015 07:48:00 -0800 Subject: [PATCH] remove unneccessary progs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de310e4..12092e1 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ endif SOURCES = $(wildcard *.cpp) OBJECTS = $(patsubst %.cpp,%.o,$(SOURCES)) -PROGS = preseq mincount_extrap mincount_c_curve saturation_extrap test_quadrature +PROGS = preseq ifdef SAMTOOLS_DIR PROGS += bam2mr endif