We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581f2d7 commit 5cc3d22Copy full SHA for 5cc3d22
Makefile.simde
@@ -1,7 +1,7 @@
1
CFLAGS= -g -Wall -O2 -Wc++-compat #-Wextra
2
CPPFLAGS= -DHAVE_KALLOC -DUSE_SIMDE -DSIMDE_ENABLE_NATIVE_ALIASES
3
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 \
+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 \
5
ksw2_extz2_simde.o ksw2_extd2_simde.o ksw2_exts2_simde.o ksw2_ll_simde.o
6
PROG= minimap2
7
PROG_EXTRA= sdust minimap2-lite
0 commit comments