summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3ac6d22..a24ca4b 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ INCS_DIR = -Iinc/ -Ilibft/
LIB_DIR = -Llibft/
LIB = -lft
-CC = gcc
+CC = clang
CFLAGS = -Wall -Wextra -Werror
DEBUG = -g3