aboutsummaryrefslogtreecommitdiffstats
path: root/libft/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libft/Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/libft/Makefile b/libft/Makefile
index e22c78a..d2053ee 100644
--- a/libft/Makefile
+++ b/libft/Makefile
@@ -83,6 +83,7 @@ SRCS_NAME += ft_nstr.c
SRCS_NAME += ft_memdel.c
SRCS_NAME += ft_kernel_panic.c
SRCS_NAME += get_next_line.c
+SRCS_NAME += get_next_line_utils.c
SRCS_NAME += ft_printf.c
SRCS_NAME += ft_dprintf.c
SRCS_NAME += ft_sprintf.c
@@ -134,18 +135,6 @@ ifdef ASAN
CFLAGS += ${FSANITIZE}
endif
#------------------------------------------------------------------------------#
-ifdef OPTI
- ifeq (${USER}, salaaad)
- CFLAGS += -march=broadwell
- else ifeq (${USER}, jozan)
- CFLAGS += -march=ivybridge
- else
- CFLAGS += -march=native
- endif
- CFLAGS += -O2
- CFLAGS += -pipe
-endif
-#------------------------------------------------------------------------------#
NAME = libft.a
#==============================================================================#
#-------------------------------- Library -------------------------------------#