From c4c72f903158edba2e2acce6a3b1e8d73cd201dd Mon Sep 17 00:00:00 2001 From: zhenxian Date: Sat, 6 Apr 2024 20:15:47 +0800 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec117b9..eb65c9a 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ libhts.a: samtools-$(SAMVER)/Makefile longphase: - curl -L -o longphase-${LPVER}.tar.xz https://github.com/twolinin/longphase/releases/download/v${LPVER}/longphase_linux-x64.tar.xz + curl -L -o longphase-${LPVER}.tar.xz https://github.com/twolinin/longphase/releases/download/v${LPVER}/longphase_linux-x64.tar.xz tar -xJf longphase-${LPVER}.tar.xz mv longphase_linux-x64 $@ rm longphase-${LPVER}.tar.xz