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
This commit is contained in:
Khaïs COLIN 2025-02-19 14:19:06 +01:00
parent 9cc5c6bfb7
commit 46401ef417
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
2 changed files with 0 additions and 2 deletions

View file

@ -1,5 +1,4 @@
LIBDIR = ./libft/ LIBDIR = ./libft/
CC = cc
AR = ar AR = ar
ARFLAGS = rcs ARFLAGS = rcs
ifeq ($(CFLAGS),) ifeq ($(CFLAGS),)

View file

@ -1,4 +1,3 @@
CC = cc
AR = ar AR = ar
ARFLAGS = rcs ARFLAGS = rcs
ifeq ($(CFLAGS),) ifeq ($(CFLAGS),)