summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-30 19:13:56 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-30 19:13:56 +0200
commit2fef0c2c7a2c8b7b635c3a73279f979eb607146c (patch)
tree92b3495f02ee6684eec4b45b2febe214aad10459 /Makefile
parentNormed e_externs (diff)
download42-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 '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 731149d..60c2f2a 100644
--- a/Makefile
+++ b/Makefile
@@ -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