From 5cc3d2239fb14535eba8651f176901b7a968204f Mon Sep 17 00:00:00 2001 From: Jason Stajich Date: Tue, 6 Jul 2021 22:57:07 -0700 Subject: [PATCH] missing target object files from Makefile.simde to fix issue #779 --- Makefile.simde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.simde b/Makefile.simde index 381a668..ae7ff4a 100644 --- a/Makefile.simde +++ b/Makefile.simde @@ -1,7 +1,7 @@ CFLAGS= -g -Wall -O2 -Wc++-compat #-Wextra CPPFLAGS= -DHAVE_KALLOC -DUSE_SIMDE -DSIMDE_ENABLE_NATIVE_ALIASES INCLUDES= -Ilib/simde -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 \ ksw2_extz2_simde.o ksw2_extd2_simde.o ksw2_exts2_simde.o ksw2_ll_simde.o PROG= minimap2 PROG_EXTRA= sdust minimap2-lite