diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-01 19:14:01 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-01 19:14:01 +0200 |
commit | 426399f98b6cf68c2eee448de49ea091ac7a0562 (patch) | |
tree | e68f2f1ed1fca3bd54d7525d81f29e1bd6836703 /Makefile | |
parent | Renormed m_loop (diff) | |
download | 42-minishell-426399f98b6cf68c2eee448de49ea091ac7a0562.tar.gz 42-minishell-426399f98b6cf68c2eee448de49ea091ac7a0562.tar.bz2 42-minishell-426399f98b6cf68c2eee448de49ea091ac7a0562.tar.xz 42-minishell-426399f98b6cf68c2eee448de49ea091ac7a0562.tar.zst 42-minishell-426399f98b6cf68c2eee448de49ea091ac7a0562.zip |
Normed m_loop
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -default: msan +default: all #==============================================================================# #--------------------------------- SHELL --------------------------------------# #==============================================================================# @@ -54,6 +54,8 @@ SRCS_NAME += m_comm SRCS_NAME += m_funptr SRCS_NAME += m_init SRCS_NAME += m_loop +SRCS_NAME += m_loop_counter +SRCS_NAME += m_loop_multis SRCS_NAME += m_loop_next SRCS_NAME += m_minishell SRCS_NAME += m_mshrc |