fix ft_sqrt

This commit is contained in:
hugogogo
2026-06-05 12:10:13 +02:00
parent 71806cb923
commit 9ac98cb1f5
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ _DEP = libft.h
DEPS = $(_DEP:%.h=$(IDIR)/%.h)
CFLAGS = -I$(IDIR)
CFLAGS += -Wall -Wextra -Werror -g3
CFLAGS += -Wall -Wextra -Werror -g
SRCS = ft_memset.c \
ft_bzero.c \