summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-02 21:05:23 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-02 21:05:23 +0200
commitf02b44e3b49743c6217233ec6498f7a5151f81fc (patch)
treea7435803ac2f089977909307c06b9246c804fb2a /Makefile
parentCommit (diff)
download42-minishell-f02b44e3b49743c6217233ec6498f7a5151f81fc.tar.gz
42-minishell-f02b44e3b49743c6217233ec6498f7a5151f81fc.tar.bz2
42-minishell-f02b44e3b49743c6217233ec6498f7a5151f81fc.tar.xz
42-minishell-f02b44e3b49743c6217233ec6498f7a5151f81fc.tar.zst
42-minishell-f02b44e3b49743c6217233ec6498f7a5151f81fc.zip
Norming p_lblock_next
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 44f42c2..e5dde07 100644
--- a/Makefile
+++ b/Makefile
@@ -76,6 +76,7 @@ SRCS_NAME += p_args_escape
SRCS_NAME += p_line
SRCS_NAME += p_lblock
SRCS_NAME += p_lblock_next
+SRCS_NAME += p_lblock_more
SRCS_NAME += p_redirs
SRCS_NAME += p_redirs_heredoc
SRCS_NAME += p_split