summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-20 15:24:18 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-20 15:24:18 +0200
commit00f646697e6d30d047e0b1e09ae0e55d216ce730 (patch)
treeeb9a7a0734ba0caf46debb0fe7a30442f84af743 /Makefile
parentRedirs rework in progress (diff)
download42-minishell-00f646697e6d30d047e0b1e09ae0e55d216ce730.tar.gz
42-minishell-00f646697e6d30d047e0b1e09ae0e55d216ce730.tar.bz2
42-minishell-00f646697e6d30d047e0b1e09ae0e55d216ce730.tar.xz
42-minishell-00f646697e6d30d047e0b1e09ae0e55d216ce730.tar.zst
42-minishell-00f646697e6d30d047e0b1e09ae0e55d216ce730.zip
In progress
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index de610b2..bc77895 100644
--- a/Makefile
+++ b/Makefile
@@ -73,6 +73,7 @@ SRCS_NAME += p_args_escape
SRCS_NAME += p_line
SRCS_NAME += p_lblock
SRCS_NAME += p_lblock_next
+SRCS_NAME += p_redirs
SRCS_NAME += p_split
SRCS_NAME += u_alias
SRCS_NAME += u_parse