From 46f8c9bed801355ecd85c14ea7a7f11d38f1e5ba Mon Sep 17 00:00:00 2001 From: jvech Date: Wed, 12 Jul 2023 10:50:32 -0500 Subject: add: weights initialization and deallocation done --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cd16efd..44e0192 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ OBJDIR = objs SRC = $(wildcard src/*.c) HEADERS = $(wildcard src/*.h) OBJS = $(SRC:src/%.c=${OBJDIR}/%.o) -DLIBS = -ljson-c +DLIBS = -ljson-c -lm .PHONY: clean all run all: build -- cgit v1.2.3-70-g09d2