diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-17 18:51:39 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-17 18:51:39 +0200 |
commit | 2a85044cd14e233015d323875749bf655ca3cb31 (patch) | |
tree | be1531960438fe3fd291e161108ba49d0d332003 /Makefile | |
parent | TODO update (diff) | |
download | 42-minishell-2a85044cd14e233015d323875749bf655ca3cb31.tar.gz 42-minishell-2a85044cd14e233015d323875749bf655ca3cb31.tar.bz2 42-minishell-2a85044cd14e233015d323875749bf655ca3cb31.tar.xz 42-minishell-2a85044cd14e233015d323875749bf655ca3cb31.tar.zst 42-minishell-2a85044cd14e233015d323875749bf655ca3cb31.zip |
new files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ SRCS_NAME += m_comm SRCS_NAME += m_funptr SRCS_NAME += m_loop SRCS_NAME += m_minishell +SRCS_NAME += m_mshrc SRCS_NAME += m_prompt SRCS_NAME += m_redirs SRCS_NAME += s_destroy |