without .o

This commit is contained in:
Matthos Denys 2021-01-10 20:27:39 +03:00
parent bc87a8a9fa
commit 16ac88311e
79 changed files with 2 additions and 2 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:23:03 by mdenys ### ########.fr # # Updated: 2021/01/10 20:27:11 by mdenys ### ########.fr #
# # # #
# **************************************************************************** # # **************************************************************************** #
@ -29,7 +29,7 @@ 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

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.