diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-21 17:26:12 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-21 17:26:12 +0200 |
commit | cc4ede7ead7622c096bc598aad3e10baf93c4350 (patch) | |
tree | b21c1c5137968306462c67542f7e622c11d2a5a7 /Makefile | |
parent | No more leaks (diff) | |
download | 42-minishell-cc4ede7ead7622c096bc598aad3e10baf93c4350.tar.gz 42-minishell-cc4ede7ead7622c096bc598aad3e10baf93c4350.tar.bz2 42-minishell-cc4ede7ead7622c096bc598aad3e10baf93c4350.tar.xz 42-minishell-cc4ede7ead7622c096bc598aad3e10baf93c4350.tar.zst 42-minishell-cc4ede7ead7622c096bc598aad3e10baf93c4350.zip |
Good so far
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ SRCS_NAME = minishell.c SRCS_NAME += ft_b_echo.c SRCS_NAME += ft_b_env.c SRCS_NAME += ft_e_lcom.c +SRCS_NAME += ft_f_fail.c SRCS_NAME += ft_m_funptr.c SRCS_NAME += ft_m_loop.c SRCS_NAME += ft_m_prompt.c |