Skip to content

Commit

Permalink
Merge pull request #44 from edawson/master
Browse files Browse the repository at this point in the history
Update makefile.am to build libs in lib/ rather than bin/
  • Loading branch information
walaj committed Mar 18, 2019
2 parents 964f73a + 75900cf commit 98a86f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign
SUBDIRS = bwa htslib fermi-lite src

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

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

0 comments on commit 98a86f5

Please sign in to comment.