summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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