summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-25 13:38:30 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-25 13:38:30 +0200
commitb888a5fd3ffd5b304536cee875446b60042c3cd7 (patch)
tree657a68a0f35b28079f3f890457d29d29c367d917 /Makefile
parentUpdated todolist (diff)
download42-minishell-b888a5fd3ffd5b304536cee875446b60042c3cd7.tar.gz
42-minishell-b888a5fd3ffd5b304536cee875446b60042c3cd7.tar.bz2
42-minishell-b888a5fd3ffd5b304536cee875446b60042c3cd7.tar.xz
42-minishell-b888a5fd3ffd5b304536cee875446b60042c3cd7.tar.zst
42-minishell-b888a5fd3ffd5b304536cee875446b60042c3cd7.zip
strerror is nice actually
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 048f815..83790cf 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ SRCS_NAME += ft_e_externs.c
SRCS_NAME += ft_e_externs_next.c
SRCS_NAME += ft_e_lcom.c
SRCS_NAME += ft_f_fail.c
-SRCS_NAME += ft_f_file.c
+SRCS_NAME += ft_f_redir.c
SRCS_NAME += ft_m_funptr.c
SRCS_NAME += ft_m_loop.c
SRCS_NAME += ft_m_prompt.c