стадия непонимания

This commit is contained in:
Matthos Denys 2021-01-10 21:22:39 +03:00
parent 16ac88311e
commit c66d7dc523
65 changed files with 8 additions and 4 deletions

View File

@ -6,7 +6,7 @@
# By: mdenys <mdenys@student.42.fr> +#+ +:+ +#+ # # By: mdenys <mdenys@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2020/10/28 11:52:03 by mdenys #+# #+# # # Created: 2020/10/28 11:52:03 by mdenys #+# #+# #
# Updated: 2021/01/10 20:27:11 by mdenys ### ########.fr # # Updated: 2021/01/10 21:19:54 by mdenys ### ########.fr #
# # # #
# **************************************************************************** # # **************************************************************************** #
@ -16,8 +16,12 @@ N_TEMP = temp.a
NAME = libftprintf.a NAME = libftprintf.a
dir = obj
SRCS = ft_printf.c parser/ft_parser.c parser/ft_parser_utils.c \ SRCS = ft_printf.c parser/ft_parser.c parser/ft_parser_utils.c \
putchar_maker/ft_put_c.c putchar_maker/put_d/ft_put_d.c putchar_maker/put_d/ft_put_d_utilc.c putchar_maker/ft_put_p.c putchar_maker/ft_put_s.c putchar_maker/ft_put_u.c putchar_maker/ft_put_x.c \ putchar_maker/ft_put_c.c putchar_maker/put_d/ft_put_d.c \
putchar_maker/put_d/ft_put_d_utilc.c putchar_maker/ft_put_p.c \
putchar_maker/ft_put_s.c putchar_maker/ft_put_u.c putchar_maker/ft_put_x.c \
putchar_maker/put_u/ft_put_u.c putchar_maker/put_u/ft_put_u_utilc.c\ putchar_maker/put_u/ft_put_u.c putchar_maker/put_u/ft_put_u_utilc.c\
putchar_maker/put_x/ft_put_x.c putchar_maker/put_x/ft_put_x_utilc.c\ putchar_maker/put_x/ft_put_x.c putchar_maker/put_x/ft_put_x_utilc.c\
putchar_maker/put_p/ft_put_p.c putchar_maker/put_p/ft_put_p_utilc.c\ putchar_maker/put_p/ft_put_p.c putchar_maker/put_p/ft_put_p_utilc.c\
@ -29,12 +33,12 @@ CC = gcc
FLAGS = -c -Wall -Wextra -Werror FLAGS = -c -Wall -Wextra -Werror
OBJS = $(SRCS:%.c=%.o) OBJS = $(SRCS:.c=.o)
$(NAME): $(OBJS) $(NAME): $(OBJS)
$(MAKE) bonus -C ./libft $(MAKE) bonus -C ./libft
cp libft/libft.a $(NAME) cp libft/libft.a $(NAME)
$(CC) $(FLAGS) $(SRCS) ft_printf.h $(CC) $(FLAGS) $(SRCS)
ar -rcs $(NAME) $(OBJS) ar -rcs $(NAME) $(OBJS)
all : $(NAME) all : $(NAME)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.