From 62afe606a355581c5b48cca361478c43fb6ae4cf Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Sun, 19 Apr 2020 22:27:11 +0200
Subject: Well well well that wasn't too bad, now remake everything

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index 1dcc40e..a024d25 100644
--- a/Makefile
+++ b/Makefile
@@ -43,14 +43,14 @@ OBJS			= $(patsubst ${SRCS_DIR}%.c,${OBJS_DIR}%.o,${SRCS})
 #==============================================================================#
 #-------------------------------- Compiler ------------------------------------#
 #==============================================================================#
-CC				= gcc
+CC				= clang
 CFLAGS			= -Wall
 CFLAGS			+= -Wextra
 CFLAGS			+= -Werror
 CFLAGS			+= ${DEBUG}
 CFLAGS			+= ${FSANITIZE}
 #------------------------------------------------------------------------------#
-DEBUG			= -Og -ggdb
+DEBUG			= -glldb
 FSANITIZE		= -fsanitize=address
 #------------------------------------------------------------------------------#
 NAME			= minishell
-- 
cgit v1.2.3