From 46401ef4175e118c7bd1b27fc7ddccebe1e0e613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Wed, 19 Feb 2025 14:19:06 +0100 Subject: [PATCH] libft: do not override default CC instead use the one provided by the system, which allows easier integration of tools such as distcc and ccache jguelen: you probably don't have to worry about anything here --- libft/Makefile | 1 - libft/libft/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/libft/Makefile b/libft/Makefile index be9d4f4..07545ff 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -1,5 +1,4 @@ LIBDIR = ./libft/ -CC = cc AR = ar ARFLAGS = rcs ifeq ($(CFLAGS),) diff --git a/libft/libft/Makefile b/libft/libft/Makefile index c90a580..4d12ce8 100644 --- a/libft/libft/Makefile +++ b/libft/libft/Makefile @@ -1,4 +1,3 @@ -CC = cc AR = ar ARFLAGS = rcs ifeq ($(CFLAGS),)