Skip to content

Commit

Permalink
remove unneccessary progs
Browse files Browse the repository at this point in the history
  • Loading branch information
timydaley committed Nov 20, 2015
1 parent 9580631 commit 184f9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 184f9a2

Please sign in to comment.