From c0c5582d5bbadca30b2fbae8d12ceb5ae18ffd4d Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Tue, 28 Apr 2020 18:42:06 +0200
Subject: The variable list works

---
 libft/Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

(limited to 'libft')

diff --git a/libft/Makefile b/libft/Makefile
index 858e90b..6803f66 100644
--- a/libft/Makefile
+++ b/libft/Makefile
@@ -120,11 +120,7 @@ OS			= $(shell uname)
 #==============================================================================#
 #-------------------------------- Compiler ------------------------------------#
 #==============================================================================#
-ifeq (${OS}, Linux)
-	CC		= gcc
-else
-	CC		= clang
-endif
+CC			= clang
 #------------------------------------------------------------------------------#
 CFLAGS		= -std=c89
 CFLAGS		+= -Wall
-- 
cgit v1.2.3