build: add -lm flag and update libicmp submodule

This commit is contained in:
lohhiiccc 2026-03-12 16:12:30 +01:00
parent 04e1f3f15b
commit 35217530e4
2 changed files with 4 additions and 1 deletions

View file

@ -37,6 +37,9 @@ LIBICMP_SRCS = $(shell find $(LIBICMP_DIR)/src -type f -name '*.c' 2>/dev/null)
LIBICMP_HEADERS = $(wildcard $(LIBICMP_DIR)/includes/*.h)
endif
# Extra link flags
LDFLAGS += -lm
# Build Directories
OBJ_DIR = build
OBJS = $(SRCS:$(SRC_DIR)/%.c=$(OBJ_DIR)/%.o)

@ -1 +1 @@
Subproject commit 69a6a633d4f98d9a15c323d43edcd2395c14d141
Subproject commit f85b342f8c87eb576dcff8eaa65bb4a2c90551b7