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)