From ba3d15829df88059c65941723b220456d4235353 Mon Sep 17 00:00:00 2001 From: Jorge Miguel Silva Date: Tue, 10 Jan 2023 17:22:11 +0000 Subject: [PATCH] minnor fix --- src/MakefileConda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MakefileConda b/src/MakefileConda index ee31a4c..7e96b40 100644 --- a/src/MakefileConda +++ b/src/MakefileConda @@ -9,7 +9,7 @@ CPLP = #----------------------------------------------------------------------------- CFLAGS = -Wall -Ofast -march=native -mtune=native $(CPLP) #----------------------------------------------------------------------------- -LIBS = -lm +LIBS = -lm DEPS = defs.h mem.h ALCOR_DEPS = keys.h msg.h dna.h param.h common.h levels.h strings.h lr.h si.h ex.h vi.h ALHABET_DEPS = common.h