summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-30 20:30:51 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-30 20:30:51 +0200
commit0d3dac97491e8c6e1f5455a43803591817fdbf72 (patch)
tree5c6adf1c3dfcc6a359aba7ab90915315356eda88 /Makefile
parentPipes restructuration in progress (diff)
download42-minishell-0d3dac97491e8c6e1f5455a43803591817fdbf72.tar.gz
42-minishell-0d3dac97491e8c6e1f5455a43803591817fdbf72.tar.bz2
42-minishell-0d3dac97491e8c6e1f5455a43803591817fdbf72.tar.xz
42-minishell-0d3dac97491e8c6e1f5455a43803591817fdbf72.tar.zst
42-minishell-0d3dac97491e8c6e1f5455a43803591817fdbf72.zip
Normed e_pipes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 60c2f2a..380520b 100644
--- a/Makefile
+++ b/Makefile
@@ -35,9 +35,9 @@ SRCS_NAME += b_type
SRCS_NAME += b_unset
SRCS_NAME += e_builtins
SRCS_NAME += e_externs
-# SRCS_NAME += e_externs_pipes
SRCS_NAME += e_line
SRCS_NAME += e_pipes
+SRCS_NAME += e_pipes_next
SRCS_NAME += e_redirs
SRCS_NAME += f_alloc
SRCS_NAME += f_chdir