From 911ee3a9215f5c2ea583a0babdb0d2cd7c0f36ec Mon Sep 17 00:00:00 2001 From: Tim Dunn Date: Thu, 18 Jan 2024 16:36:55 -0500 Subject: [PATCH] Adding lstdc++fs back for now, used once. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 51f5ea4..cb9d1f5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,7 +2,7 @@ CXX = g++ CXXFLAGS = -Wall -Wextra -std=c++17 -O3 OBJS = globals.o print.o variant.o dist.o bed.o cluster.o phase.o edit.o timer.o TARGET = vcfdist -LDLIBS = -lz -lhts -lpthread +LDLIBS = -lz -lhts -lstdc++fs -lpthread all: $(TARGET)