Skip to content

Commit 75900cf

Browse files
committed
Update makefile.am to build libs in lib/ rather than bin/
1 parent 964f73a commit 75900cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign
22
SUBDIRS = bwa htslib fermi-lite src
33

44
install:
5-
mkdir -p bin && cp src/libseqlib.a fermi-lite/libfml.a bwa/libbwa.a htslib/libhts.a bin
5+
mkdir -p lib && cp src/libseqlib.a fermi-lite/libfml.a bwa/libbwa.a htslib/libhts.a lib
66

77
seqtools:
88
mkdir -p bin && cd src/seqtools && make && mv seqtools ../../bin

0 commit comments

Comments
 (0)