fix(make): correcting english error on my makefile
This commit is contained in:
parent
49b0975c34
commit
60e9279f3a
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -6,7 +6,7 @@
|
|||
# By: rparodi <marvin@42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
|
||||
# Updated: 2025/09/01 17:44:59 by rparodi ### ########.fr #
|
||||
# Updated: 2025/09/04 18:48:57 by rparodi ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
|
|
@ -22,9 +22,9 @@ RM = rm -rf
|
|||
# Flags
|
||||
CFLAGS = -Werror -Wextra -Wall
|
||||
|
||||
INC_DIR = includes
|
||||
CPPFLAGS = $(addprefix -I, $(INC_DIR)) -MMD -MP
|
||||
|
||||
INC_DIR = includes
|
||||
|
||||
# Objects
|
||||
OBJDIRNAME = ./build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue