summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-25 15:41:44 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-25 15:41:44 +0200
commitf8bb8b120e6d8a207d1e34d139ecbb30653f36d6 (patch)
treefa9827b6f179035328fabfafee1e014ba31195a3 /Makefile
parentstrerror is nice actually (diff)
download42-minishell-f8bb8b120e6d8a207d1e34d139ecbb30653f36d6.tar.gz
42-minishell-f8bb8b120e6d8a207d1e34d139ecbb30653f36d6.tar.bz2
42-minishell-f8bb8b120e6d8a207d1e34d139ecbb30653f36d6.tar.xz
42-minishell-f8bb8b120e6d8a207d1e34d139ecbb30653f36d6.tar.zst
42-minishell-f8bb8b120e6d8a207d1e34d139ecbb30653f36d6.zip
Nice redirs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 83790cf..1959300 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,7 @@ SRCS_NAME += ft_s_init.c
SRCS_NAME += ft_s_lcom.c
SRCS_NAME += ft_p_line.c
SRCS_NAME += ft_p_lcom.c
+SRCS_NAME += ft_p_lcom_next.c
SRCS_NAME += ft_u_utils.c
#------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR}, ${SRCS_NAME})