Skip to content

Commit

Permalink
Add path to probable location of HTSlib and libBigWig directories
Browse files Browse the repository at this point in the history
  • Loading branch information
dzerbino committed Dec 7, 2018
1 parent fc13b77 commit 2cdddef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Makefile
@@ -1,8 +1,9 @@
CC=/bin/cc
CFLAGS=-g -Wall -O3 -std=gnu99
LIBDIR=../lib
BINDIR=../bin
INC=
LIB_PATHS=-L${LIBDIR}
INC=-I../../libBigWig -I../../htslib
LIB_PATHS=-L${LIBDIR} -L../../libBigWig -L../../htslib
LIBS= -lwiggletools -lBigWig -lcurl -lhts -lgsl -lgslcblas -lz -lpthread -lm
OPTS=-D_PBGZF_USE

Expand Down

0 comments on commit 2cdddef

Please sign in to comment.