Skip to content

Commit 6e3f1a7

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents feb0cb8 + c4c72f9 commit 6e3f1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ libhts.a: samtools-$(SAMVER)/Makefile
2929

3030

3131
longphase:
32-
curl -L -o longphase-${LPVER}.tar.xz https://github.com/twolinin/longphase/releases/download/v${LPVER}/longphase_linux-x64.tar.xz
32+
curl -L -o longphase-${LPVER}.tar.xz https://github.com/twolinin/longphase/releases/download/v${LPVER}/longphase_linux-x64.tar.xz
3333
tar -xJf longphase-${LPVER}.tar.xz
3434
mv longphase_linux-x64 $@
3535
rm longphase-${LPVER}.tar.xz

0 commit comments

Comments
 (0)