diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-30 19:13:56 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-30 19:13:56 +0200 |
commit | 2fef0c2c7a2c8b7b635c3a73279f979eb607146c (patch) | |
tree | 92b3495f02ee6684eec4b45b2febe214aad10459 /Makefile | |
parent | Normed e_externs (diff) | |
download | 42-minishell-2fef0c2c7a2c8b7b635c3a73279f979eb607146c.tar.gz 42-minishell-2fef0c2c7a2c8b7b635c3a73279f979eb607146c.tar.bz2 42-minishell-2fef0c2c7a2c8b7b635c3a73279f979eb607146c.tar.xz 42-minishell-2fef0c2c7a2c8b7b635c3a73279f979eb607146c.tar.zst 42-minishell-2fef0c2c7a2c8b7b635c3a73279f979eb607146c.zip |
Pipes restructuration in progress
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ SRCS_NAME += b_type SRCS_NAME += b_unset SRCS_NAME += e_builtins SRCS_NAME += e_externs -SRCS_NAME += e_externs_pipes +# SRCS_NAME += e_externs_pipes SRCS_NAME += e_line SRCS_NAME += e_pipes SRCS_NAME += e_redirs |