build: add -lm flag and update libicmp submodule
This commit is contained in:
parent
04e1f3f15b
commit
35217530e4
2 changed files with 4 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
2
libicmp
2
libicmp
|
|
@ -1 +1 @@
|
|||
Subproject commit 69a6a633d4f98d9a15c323d43edcd2395c14d141
|
||||
Subproject commit f85b342f8c87eb576dcff8eaa65bb4a2c90551b7
|
||||
Loading…
Add table
Reference in a new issue