aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2023-07-12 10:50:32 -0500
committerjvech <jmvalenciae@unal.edu.co>2023-07-12 10:50:32 -0500
commit46f8c9bed801355ecd85c14ea7a7f11d38f1e5ba (patch)
tree4037623fabea06bda36ba7193293ea605bb88aca /Makefile
parent29f97864e1b0ef142249898b39332b26a5fb4906 (diff)
add: weights initialization and deallocation done
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
Feel free to download, copy and edit any repo