summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-04 22:02:44 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-04 22:02:44 +0200
commit0e9cfacaf15bb0f4d8a7bd72bae56010d263b2c1 (patch)
tree129b3fbce4992e902e87358becf59e9be4be2851 /Makefile
parentNext time (diff)
download42-minishell-0e9cfacaf15bb0f4d8a7bd72bae56010d263b2c1.tar.gz
42-minishell-0e9cfacaf15bb0f4d8a7bd72bae56010d263b2c1.tar.bz2
42-minishell-0e9cfacaf15bb0f4d8a7bd72bae56010d263b2c1.tar.xz
42-minishell-0e9cfacaf15bb0f4d8a7bd72bae56010d263b2c1.tar.zst
42-minishell-0e9cfacaf15bb0f4d8a7bd72bae56010d263b2c1.zip
Time to escape chars
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bf199f6..9d113ac 100644
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,7 @@ SRCS_NAME += s_lvars
SRCS_NAME += s_lpipes
SRCS_NAME += p_args
SRCS_NAME += p_args_next
+SRCS_NAME += p_args_len
SRCS_NAME += p_args_quotes
SRCS_NAME += p_line
SRCS_NAME += p_lcom