Skip to content

Commit

Permalink
Adding lstdc++fs back for now, used once.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimD1 committed Jan 18, 2024
1 parent 3c3bdff commit 911ee3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 911ee3a

Please sign in to comment.