[🔨] fix: Makefile header
This commit is contained in:
6
Makefile
6
Makefile
@ -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
2
libft
Submodule libft updated: 336510d78b...ffdce716a2
BIN
obj/algo/algo.o
Normal file
BIN
obj/algo/algo.o
Normal file
Binary file not shown.
BIN
obj/algo/get_min_max.o
Normal file
BIN
obj/algo/get_min_max.o
Normal file
Binary file not shown.
BIN
obj/algo/insertion.o
Normal file
BIN
obj/algo/insertion.o
Normal file
Binary file not shown.
BIN
obj/algo/median.o
Normal file
BIN
obj/algo/median.o
Normal file
Binary file not shown.
BIN
obj/algo/small_mouv.o
Normal file
BIN
obj/algo/small_mouv.o
Normal file
Binary file not shown.
BIN
obj/main.o
Normal file
BIN
obj/main.o
Normal file
Binary file not shown.
BIN
obj/operations/ft_pushstack.o
Normal file
BIN
obj/operations/ft_pushstack.o
Normal file
Binary file not shown.
BIN
obj/operations/ft_reverserotate.o
Normal file
BIN
obj/operations/ft_reverserotate.o
Normal file
Binary file not shown.
BIN
obj/operations/ft_rotatestack.o
Normal file
BIN
obj/operations/ft_rotatestack.o
Normal file
Binary file not shown.
BIN
obj/operations/ft_swapstack.o
Normal file
BIN
obj/operations/ft_swapstack.o
Normal file
Binary file not shown.
BIN
obj/parsing.o
Normal file
BIN
obj/parsing.o
Normal file
Binary file not shown.
BIN
obj/print_stack.o
Normal file
BIN
obj/print_stack.o
Normal file
Binary file not shown.
BIN
obj/stack/ft_stackadd_back.o
Normal file
BIN
obj/stack/ft_stackadd_back.o
Normal file
Binary file not shown.
BIN
obj/stack/ft_stackadd_front.o
Normal file
BIN
obj/stack/ft_stackadd_front.o
Normal file
Binary file not shown.
BIN
obj/stack/ft_stackclear.o
Normal file
BIN
obj/stack/ft_stackclear.o
Normal file
Binary file not shown.
BIN
obj/stack/ft_stackdelone.o
Normal file
BIN
obj/stack/ft_stackdelone.o
Normal file
Binary file not shown.
BIN
obj/stack/ft_stacklast.o
Normal file
BIN
obj/stack/ft_stacklast.o
Normal file
Binary file not shown.
BIN
obj/stack/ft_stacknew.o
Normal file
BIN
obj/stack/ft_stacknew.o
Normal file
Binary file not shown.
BIN
obj/stack/ft_stacksize.o
Normal file
BIN
obj/stack/ft_stacksize.o
Normal file
Binary file not shown.
BIN
obj/utils/is_sorted.o
Normal file
BIN
obj/utils/is_sorted.o
Normal file
Binary file not shown.
BIN
obj/utils/print_error.o
Normal file
BIN
obj/utils/print_error.o
Normal file
Binary file not shown.
Reference in New Issue
Block a user