style(includes): moving the includes in libft folder
- Disable conflict with libs like math.h
This commit is contained in:
parent
8e4703da55
commit
4c439bf606
1 changed files with 2 additions and 2 deletions
4
libft.mk
4
libft.mk
|
|
@ -6,7 +6,7 @@
|
|||
# By: rparodi <marvin@42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
|
||||
# Updated: 2025/12/11 14:40:08 by rparodi ### ########.fr #
|
||||
# Updated: 2025/12/11 16:04:27 by rparodi ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ RM = rm -rf
|
|||
|
||||
CFLAGS = -Werror -Wextra -Wall
|
||||
|
||||
INC_DIR = includes/
|
||||
INC_DIR = includes/libft
|
||||
CPPFLAGS = $(addprefix -I, $(INC_DIR)) -MMD -MP
|
||||
|
||||
OBJDIRNAME ?= ./build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue