rot1 #2

Merged
gbrochar merged 13 commits from rot1 into master 2024-08-20 13:52:23 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 3300cea9c6 - Show all commits

View File

@ -16,7 +16,7 @@ RM = rm -f
LIBFT_FLAGS = ft_printf/libftprintf.a
CFLAGS = -Wall -Wextra -Werror -g3
CFLAGS = -Wall -Wextra -Werror
all: ${NAME}
@ -33,6 +33,7 @@ clean:
fclean:
make -C ft_printf fclean
make clean
${RM} ${NAME}
re: fclean