Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mendes-jv authored Aug 2, 2023
1 parent 8a07a28 commit 0e4edfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MANDATORY_OBJS = ${MANDATORY_SRC:$(PATH_MANDATORY_SRC)%.c=$(PATH_MANDATORY_OBJ)%
BONUS_HEADER = bonus/includes/
PATH_BONUS_SRC = bonus/sources/
PATH_BONUS_OBJ = bonus/objects/
BONUS_SRC = $(addprefix $(PATH_BONUS_SRC), ft_printf_bonus.c ft_manage_params_bonus.c ft_write_params_bonus.c)
BONUS_SRC = $(addprefix $(PATH_BONUS_SRC), ft_printf_bonus.c ft_manage_params_bonus.c ft_write_params_bonus.c ft_apply_flags_bonus.c)
BONUS_OBJS = ${BONUS_SRC:$(PATH_BONUS_SRC)%.c=$(PATH_BONUS_OBJ)%.o}

LIBFT = libft/libft.a
Expand Down

0 comments on commit 0e4edfa

Please sign in to comment.