Skip to content

Commit 2fdb5d0

Browse files
authored
Update Makefile
1 parent 5ac8cd9 commit 2fdb5d0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
CXXFLAGS+=-I. -Wno-deprecated-declarations
33

44
#include htslib by setting -I<path_to_htslib/include> and link to the htslib library
5-
#HTSDIR=<path_to_htsdir>
6-
HTSDIR=/nfs/fs1/bioinfo/apps-x86_64/htslib/1.9
5+
HTSDIR=<path_to_htsdir>
76
CXXFLAGS+=-I$(HTSDIR)/include
87

98
# RELEASE build

0 commit comments

Comments
 (0)