diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-30 17:27:33 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-30 17:27:33 +0200 |
commit | 25f16106a8f4e9be81d5f415783a0675580605bc (patch) | |
tree | bb3c96fda7d97c5d6a8fa056515756dd26d301a7 /Makefile | |
parent | yessaye (diff) | |
parent | BSD magick test (diff) | |
download | 42-minishell-25f16106a8f4e9be81d5f415783a0675580605bc.tar.gz 42-minishell-25f16106a8f4e9be81d5f415783a0675580605bc.tar.bz2 42-minishell-25f16106a8f4e9be81d5f415783a0675580605bc.tar.xz 42-minishell-25f16106a8f4e9be81d5f415783a0675580605bc.tar.zst 42-minishell-25f16106a8f4e9be81d5f415783a0675580605bc.zip |
Merge branch 'vars'
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ SRCS_NAME += ft_m_redirs.c SRCS_NAME += ft_s_destroy.c SRCS_NAME += ft_s_init.c SRCS_NAME += ft_s_lcom.c +SRCS_NAME += ft_s_lvars.c SRCS_NAME += ft_p_line.c SRCS_NAME += ft_p_lcom.c SRCS_NAME += ft_p_lcom_next.c |