diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-28 18:57:09 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-28 18:57:09 +0200 |
commit | 2d75e800a1cd3dff630ec0080a864ef1779496c9 (patch) | |
tree | fa1ffe1d148a0cb731d8622c635963dd450fd084 /libft/Makefile | |
parent | TODO.org update (diff) | |
download | 42-minishell-2d75e800a1cd3dff630ec0080a864ef1779496c9.tar.gz 42-minishell-2d75e800a1cd3dff630ec0080a864ef1779496c9.tar.bz2 42-minishell-2d75e800a1cd3dff630ec0080a864ef1779496c9.tar.xz 42-minishell-2d75e800a1cd3dff630ec0080a864ef1779496c9.tar.zst 42-minishell-2d75e800a1cd3dff630ec0080a864ef1779496c9.zip |
New libft funcs
Diffstat (limited to 'libft/Makefile')
-rw-r--r-- | libft/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libft/Makefile b/libft/Makefile index 1c90f66..701d902 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -115,6 +115,8 @@ SRCS_NAME += ft_printf_cat_output.c SRCS_NAME += ft_printf_flag_to_atoi.c SRCS_NAME += ft_strsubst.c SRCS_NAME += ft_strsubst_s.c +SRCS_NAME += ft_abs.c +SRCS_NAME += ft_labs.c #------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #------------------------------------------------------------------------------# |