summaryrefslogtreecommitdiffstats
path: root/libft
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libft/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libft/Makefile b/libft/Makefile
index 858e90b..85f063d 100644
--- a/libft/Makefile
+++ b/libft/Makefile
@@ -121,7 +121,7 @@ OS = $(shell uname)
#-------------------------------- Compiler ------------------------------------#
#==============================================================================#
ifeq (${OS}, Linux)
- CC = gcc
+ CC = clang
else
CC = clang
endif