diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-01 00:39:52 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-01 00:39:52 +0100 |
commit | 640b02490953858c3d872c8c1a8d517ffd79ab84 (patch) | |
tree | bc8d06703556a5e2f53996d8bd654b74e20d27cd /libft/Makefile | |
parent | No leak (diff) | |
download | 42-cub3d-640b02490953858c3d872c8c1a8d517ffd79ab84.tar.gz 42-cub3d-640b02490953858c3d872c8c1a8d517ffd79ab84.tar.bz2 42-cub3d-640b02490953858c3d872c8c1a8d517ffd79ab84.tar.xz 42-cub3d-640b02490953858c3d872c8c1a8d517ffd79ab84.tar.zst 42-cub3d-640b02490953858c3d872c8c1a8d517ffd79ab84.zip |
gnl
Diffstat (limited to 'libft/Makefile')
-rw-r--r-- | libft/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libft/Makefile b/libft/Makefile index d9ae259..35c2b88 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 |