Skip to content

Commit 184f9a2

Browse files
committed
remove unneccessary progs
1 parent 9580631 commit 184f9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ endif
3737

3838
SOURCES = $(wildcard *.cpp)
3939
OBJECTS = $(patsubst %.cpp,%.o,$(SOURCES))
40-
PROGS = preseq mincount_extrap mincount_c_curve saturation_extrap test_quadrature
40+
PROGS = preseq
4141
ifdef SAMTOOLS_DIR
4242
PROGS += bam2mr
4343
endif

0 commit comments

Comments
 (0)