This commit is contained in:
Camille Chauvet 2022-12-07 16:20:42 +01:00
parent 68e39ccfc0
commit 8dc79894f8

View File

@ -6,26 +6,10 @@
# By: cchauvet <cchauvet@student.42angoulem +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2022/09/27 08:39:27 by cchauvet #+# #+# #
# Updated: 2022/11/07 19:43:10 by cchauvet ### ########.fr #
# Updated: 2022/12/07 16:20:21 by cchauvet ### ########.fr #
# #
# **************************************************************************** #
SRCS = ft_dprintarg.c \
ft_dprintf.c \
ft_dprintflag.c \
ft_dprintl_base.c \
ft_dprintx.c \
ft_dprintX.c \
ft_dprintptr.c \
ft_dprintul_base.c \
ft_dprintul.c \
ft_isarg.c \
ft_isdigit.c \
ft_printf.c \
ft_putchar_fd.c \
ft_putstr_fd.c \
ft_skipflag.c \
ft_strlen.c \
ft_vdprintf.c
SRCS = ft_dprintul_base.c ft_isdigit.c ft_dprintul.c ft_dprintx.c ft_dprintflag.c ft_skipflag.c ft_vdprintf.c ft_dprintl_base.c ft_dprintX.c ft_dprintptr.c ft_strlen.c ft_putstr_fd.c ft_dprintarg.c ft_printf.c ft_putchar_fd.c ft_isarg.c
OBJS = ${SRCS:.c=.o}