Skip to content

Commit

Permalink
updated Makefile.in to reflect lib change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiah Wala committed Mar 18, 2019
1 parent 98a86f5 commit 7e1f982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -770,7 +770,7 @@ uninstall-am:


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
Expand Down

0 comments on commit 7e1f982

Please sign in to comment.