summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-20 14:51:11 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-20 14:51:11 +0200
commit613541b99bb02a4dd03d8bd9391eeab5a4c5e986 (patch)
tree83c129b139e7865cbc81d6237ace8e9e1fdb78a2 /Makefile
parentGood luck have fuck (diff)
download42-minishell-613541b99bb02a4dd03d8bd9391eeab5a4c5e986.tar.gz
42-minishell-613541b99bb02a4dd03d8bd9391eeab5a4c5e986.tar.bz2
42-minishell-613541b99bb02a4dd03d8bd9391eeab5a4c5e986.tar.xz
42-minishell-613541b99bb02a4dd03d8bd9391eeab5a4c5e986.tar.zst
42-minishell-613541b99bb02a4dd03d8bd9391eeab5a4c5e986.zip
Redirs rework in progress
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a4647bb..de610b2 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,7 @@ SRCS_NAME += s_lalias
SRCS_NAME += s_line
SRCS_NAME += s_lvars
SRCS_NAME += s_lpipes
+SRCS_NAME += s_lredir
SRCS_NAME += p_args
SRCS_NAME += p_args_next
SRCS_NAME += p_args_len