summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-05-11 16:53:04 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-05-11 16:53:04 +0200
commit0b7c8e6192771f10289c330ef26ace35050a614e (patch)
tree95c6fb403090a93a0fa55ec030b24af25858cbdc /Makefile
parentRemoved bloat (diff)
download42-minishell-0b7c8e6192771f10289c330ef26ace35050a614e.tar.gz
42-minishell-0b7c8e6192771f10289c330ef26ace35050a614e.tar.bz2
42-minishell-0b7c8e6192771f10289c330ef26ace35050a614e.tar.xz
42-minishell-0b7c8e6192771f10289c330ef26ace35050a614e.tar.zst
42-minishell-0b7c8e6192771f10289c330ef26ace35050a614e.zip
New files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 758c173..1eb996b 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ SRCS_NAME += b_unset
SRCS_NAME += e_builtins
SRCS_NAME += e_externs
SRCS_NAME += e_externs_next
+SRCS_NAME += e_externs_pipes
SRCS_NAME += e_lcom
SRCS_NAME += e_pipes
SRCS_NAME += f_chdir