summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-23 20:13:04 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-23 20:13:04 +0200
commit2274253667db7bb8c52440ec1b79d6106482b44b (patch)
treee3ca092c988656596113826ab667e8c07621e7e1 /Makefile
parentI am happy (diff)
download42-minishell-2274253667db7bb8c52440ec1b79d6106482b44b.tar.gz
42-minishell-2274253667db7bb8c52440ec1b79d6106482b44b.tar.bz2
42-minishell-2274253667db7bb8c52440ec1b79d6106482b44b.tar.xz
42-minishell-2274253667db7bb8c52440ec1b79d6106482b44b.tar.zst
42-minishell-2274253667db7bb8c52440ec1b79d6106482b44b.zip
Not bad tbh
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b367985..e95d96c 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@ SRCS_NAME += ft_f_file.c
SRCS_NAME += ft_m_funptr.c
SRCS_NAME += ft_m_loop.c
SRCS_NAME += ft_m_prompt.c
+SRCS_NAME += ft_m_redirs.c
SRCS_NAME += ft_s_destroy.c
SRCS_NAME += ft_s_init.c
SRCS_NAME += ft_s_lcom.c