mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
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:
parent
9cc5c6bfb7
commit
46401ef417
2 changed files with 0 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
LIBDIR = ./libft/
|
LIBDIR = ./libft/
|
||||||
CC = cc
|
|
||||||
AR = ar
|
AR = ar
|
||||||
ARFLAGS = rcs
|
ARFLAGS = rcs
|
||||||
ifeq ($(CFLAGS),)
|
ifeq ($(CFLAGS),)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
CC = cc
|
|
||||||
AR = ar
|
AR = ar
|
||||||
ARFLAGS = rcs
|
ARFLAGS = rcs
|
||||||
ifeq ($(CFLAGS),)
|
ifeq ($(CFLAGS),)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue