mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-03-15 11:26:51 +01:00
「🔨」 fix(Makefile): fixed compilation error
This commit is contained in:
4
Makefile
4
Makefile
@ -6,7 +6,7 @@
|
|||||||
# By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ #
|
# By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2024/04/24 10:49:52 by adjoly #+# #+# #
|
# Created: 2024/04/24 10:49:52 by adjoly #+# #+# #
|
||||||
# Updated: 2024/04/26 13:56:50 by mmoussou ### ########.fr #
|
# Updated: 2024/04/29 13:29:12 by mmoussou ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ I_DIR = include/
|
|||||||
|
|
||||||
LIBFT_DIR = libft/
|
LIBFT_DIR = libft/
|
||||||
|
|
||||||
INCLUDE = -I $(I_DIR) -I $(LIBFT_DIR)
|
INCLUDE = -I $(I_DIR) -I $(LIBFT_DIR)/$(I_DIR)
|
||||||
|
|
||||||
OBJS = $(addprefix $(OBJSDIR), $(SRC:.c=.o))
|
OBJS = $(addprefix $(OBJSDIR), $(SRC:.c=.o))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user