diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-03 17:28:09 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-03 17:28:09 +0100 |
commit | 517cf2dd5b1cb7314a215f32b9b5470eefae540f (patch) | |
tree | 2b5f151fd751232f4f0902ecfdf7a14c4ff70dd2 /Makefile | |
parent | uhhhhhhhhh (diff) | |
download | 42-minishell-517cf2dd5b1cb7314a215f32b9b5470eefae540f.tar.gz 42-minishell-517cf2dd5b1cb7314a215f32b9b5470eefae540f.tar.bz2 42-minishell-517cf2dd5b1cb7314a215f32b9b5470eefae540f.tar.xz 42-minishell-517cf2dd5b1cb7314a215f32b9b5470eefae540f.tar.zst 42-minishell-517cf2dd5b1cb7314a215f32b9b5470eefae540f.zip |
plen fixed
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -default: msan +default: asan #==============================================================================# #--------------------------------- SHELL --------------------------------------# #==============================================================================# |