summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-23 19:02:13 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-23 19:02:13 +0200
commit0d4d084859348ecc41ac2b3997ddc2be984636bd (patch)
treeb023549dec6eed6552f423bb821950de36274973 /Makefile
parentok (diff)
download42-minishell-0d4d084859348ecc41ac2b3997ddc2be984636bd.tar.gz
42-minishell-0d4d084859348ecc41ac2b3997ddc2be984636bd.tar.bz2
42-minishell-0d4d084859348ecc41ac2b3997ddc2be984636bd.tar.xz
42-minishell-0d4d084859348ecc41ac2b3997ddc2be984636bd.tar.zst
42-minishell-0d4d084859348ecc41ac2b3997ddc2be984636bd.zip
Parsed bin path in $PATH, now time to execve(2)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c08cabe..6f6008f 100644
--- a/Makefile
+++ b/Makefile
@@ -21,9 +21,11 @@ SRCS_NAME += ft_b_env.c
SRCS_NAME += ft_b_exit.c
SRCS_NAME += ft_b_export.c
SRCS_NAME += ft_b_pwd.c
+SRCS_NAME += ft_b_type.c
SRCS_NAME += ft_b_unset.c
SRCS_NAME += ft_e_builtins.c
SRCS_NAME += ft_e_externs.c
+SRCS_NAME += ft_e_externs_next.c
SRCS_NAME += ft_e_lcom.c
SRCS_NAME += ft_f_fail.c
SRCS_NAME += ft_f_file.c