File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# By: sede-san <sede-san@student.42madrid.com +#+ +:+ +#+ #
77# +#+#+#+#+#+ +#+ #
88# Created: 2024/10/29 19:07:42 by sede-san #+# #+# #
9- # Updated: 2025/08/25 16:58:29 by sede-san ### ########.fr #
9+ # Updated: 2025/08/26 00:27:39 by sede-san ### ########.fr #
1010# #
1111# **************************************************************************** #
1212
@@ -91,7 +91,8 @@ all: libft $(NAME)
9191# Compile project
9292$(NAME ) : $(OBJS )
9393 @echo " $( YELLOW) $( EMOJI_BOX) Linking...$( RESET) "
94- ar rcs $(NAME ) $(OBJS ) $(LIBFT_BIN )
94+ @cp $(LIBFT_BIN ) $(NAME )
95+ ar rcs $(NAME ) $(OBJS )
9596 @echo " $( GREEN) $( EMOJI_CHECK) Linked.$( RESET) "
9697
9798# Clean object files
Original file line number Diff line number Diff line change 66/* By: sede-san <sede-san@student.42madrid.com +#+ +:+ +#+ */
77/* +#+#+#+#+#+ +#+ */
88/* Created: 2024/10/29 18:21:23 by sede-san #+# #+# */
9- /* Updated: 2025/08/25 03:17:19 by sede-san ### ########.fr */
9+ /* Updated: 2025/08/26 00:28:36 by sede-san ### ########.fr */
1010/* */
1111/* ************************************************************************** */
1212
1313#ifndef FT_PRINTF_H
1414# define FT_PRINTF_H
1515
16- # include "libft.h"
17- # include <stdarg.h>
18- # include <stdint.h>
19-
2016// ft_printf.c
2117int ft_printf (char const * format , ...);
2218
Original file line number Diff line number Diff line change 66/* By: sede-san <sede-san@student.42madrid.com +#+ +:+ +#+ */
77/* +#+#+#+#+#+ +#+ */
88/* Created: 2025/08/25 02:55:58 by sede-san #+# #+# */
9- /* Updated: 2025/08/25 03:38:27 by sede-san ### ########.fr */
9+ /* Updated: 2025/08/26 00:28:56 by sede-san ### ########.fr */
1010/* */
1111/* ************************************************************************** */
1212
1515#ifndef FT_PRINTF_INT_H
1616# define FT_PRINTF_INT_H
1717
18+ # include "libft.h"
1819# include <stdint.h>
1920
2021// ft_printf_putchar.c
You can’t perform that action at this time.
0 commit comments