Archived
1
0

[🔨] fix: Makefile header

This commit is contained in:
2024-03-18 14:43:52 +01:00
parent fadad73682
commit 4dcfc2ad72
24 changed files with 3 additions and 5 deletions

View File

@ -6,7 +6,7 @@
# By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/11/01 11:03:22 by adjoly #+# #+# #
# Updated: 2024/03/13 13:21:22 by adjoly ### ########.fr #
# Updated: 2024/03/18 14:35:22 by adjoly ### ########.fr #
# #
# **************************************************************************** #
@ -44,8 +44,6 @@ OBJS = $(addprefix $(OBJSDIR), $(SRCS:.c=.o))
FLAGS = -Werror -Wall -Wextra -g
HEADERS = so_long.h
LIB = libft/libft.a \
$(NAME): $(OBJS)
@ -55,7 +53,7 @@ $(NAME): $(OBJS)
$(OBJSDIR)%.o: $(SRCDIR)%.c
@mkdir -p $(@D)
@$(CC) $(FLAGS) -I $(HEADERS) $< -c -o $@
@$(CC) $(FLAGS) $< -c -o $@
@echo "[✔] $< compiled"
all: $(NAME)

2
libft

Submodule libft updated: 336510d78b...ffdce716a2

BIN
obj/algo/algo.o Normal file

Binary file not shown.

BIN
obj/algo/get_min_max.o Normal file

Binary file not shown.

BIN
obj/algo/insertion.o Normal file

Binary file not shown.

BIN
obj/algo/median.o Normal file

Binary file not shown.

BIN
obj/algo/small_mouv.o Normal file

Binary file not shown.

BIN
obj/main.o Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
obj/parsing.o Normal file

Binary file not shown.

BIN
obj/print_stack.o Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
obj/stack/ft_stackclear.o Normal file

Binary file not shown.

BIN
obj/stack/ft_stackdelone.o Normal file

Binary file not shown.

BIN
obj/stack/ft_stacklast.o Normal file

Binary file not shown.

BIN
obj/stack/ft_stacknew.o Normal file

Binary file not shown.

BIN
obj/stack/ft_stacksize.o Normal file

Binary file not shown.

BIN
obj/utils/is_sorted.o Normal file

Binary file not shown.

BIN
obj/utils/print_error.o Normal file

Binary file not shown.

BIN
push_swap Executable file

Binary file not shown.