diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-30 20:30:51 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-30 20:30:51 +0200 |
commit | 0d3dac97491e8c6e1f5455a43803591817fdbf72 (patch) | |
tree | 5c6adf1c3dfcc6a359aba7ab90915315356eda88 /Makefile | |
parent | Pipes restructuration in progress (diff) | |
download | 42-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 '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |