Skip to content

Commit

Permalink
Merge pull request #14 from allyssonallan/patch-1
Browse files Browse the repository at this point in the history
excluding lstdc++fs
  • Loading branch information
TimD1 authored Jan 18, 2024
2 parents 95366e5 + 5239adb commit 4c1890d
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 -lstdc++fs -lpthread
LDLIBS = -lz -lhts -lpthread

all: $(TARGET)

Expand Down

0 comments on commit 4c1890d

Please sign in to comment.