Skip to content

Commit 5cc3d22

Browse files
hyphaltiplh3
authored andcommitted
missing target object files from Makefile.simde to fix issue #779
1 parent 581f2d7 commit 5cc3d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.simde

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CFLAGS= -g -Wall -O2 -Wc++-compat #-Wextra
22
CPPFLAGS= -DHAVE_KALLOC -DUSE_SIMDE -DSIMDE_ENABLE_NATIVE_ALIASES
33
INCLUDES= -Ilib/simde
4-
OBJS= kthread.o kalloc.o misc.o bseq.o sketch.o sdust.o options.o index.o chain.o align.o hit.o map.o format.o pe.o esterr.o splitidx.o \
4+
OBJS= kthread.o kalloc.o misc.o bseq.o sketch.o sdust.o options.o index.o lchain.o align.o hit.o map.o format.o pe.o seed.o esterr.o splitidx.o \
55
ksw2_extz2_simde.o ksw2_extd2_simde.o ksw2_exts2_simde.o ksw2_ll_simde.o
66
PROG= minimap2
77
PROG_EXTRA= sdust minimap2-lite

0 commit comments

Comments
 (0)