summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-05 16:11:54 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-05 16:11:54 +0200
commitffd4838e8fbaafa80945bcbd74c0dea3ae53105b (patch)
treef2e35e4a7a6c219d584ed54b2d0580a9e3f7c934 /Makefile
parentTODO update (diff)
download42-minishell-ffd4838e8fbaafa80945bcbd74c0dea3ae53105b.tar.gz
42-minishell-ffd4838e8fbaafa80945bcbd74c0dea3ae53105b.tar.bz2
42-minishell-ffd4838e8fbaafa80945bcbd74c0dea3ae53105b.tar.xz
42-minishell-ffd4838e8fbaafa80945bcbd74c0dea3ae53105b.tar.zst
42-minishell-ffd4838e8fbaafa80945bcbd74c0dea3ae53105b.zip
Fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46e4176..3f5a74f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-default: debug
+default: asan
#==============================================================================#
#--------------------------------- SHELL --------------------------------------#
#==============================================================================#