summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-08 19:32:40 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-08 19:32:40 +0200
commitd742075e1af0c063ef9677f157263c0d45253f73 (patch)
tree656be50d447b90308647a253e3ba6ba75a751b13 /Makefile
parentUpdate (diff)
download42-minishell-d742075e1af0c063ef9677f157263c0d45253f73.tar.gz
42-minishell-d742075e1af0c063ef9677f157263c0d45253f73.tar.bz2
42-minishell-d742075e1af0c063ef9677f157263c0d45253f73.tar.xz
42-minishell-d742075e1af0c063ef9677f157263c0d45253f73.tar.zst
42-minishell-d742075e1af0c063ef9677f157263c0d45253f73.zip
Rework in progress
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 86d9a1f..af4a263 100644
--- a/Makefile
+++ b/Makefile
@@ -66,8 +66,8 @@ SRCS_NAME += p_args_next
SRCS_NAME += p_args_len
SRCS_NAME += p_args_escape
SRCS_NAME += p_line
-SRCS_NAME += p_lcom
-SRCS_NAME += p_lcom_next
+SRCS_NAME += p_lblock
+SRCS_NAME += p_lblock_next
SRCS_NAME += p_split
SRCS_NAME += u_utils
SRCS_NAME += u_vars