Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
TimD1 committed Jan 18, 2024
2 parents b9f78ec + 4c1890d commit 3c3bdff
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 3c3bdff

Please sign in to comment.