A lot of edit but adding the struct (Yes, i just use parameters of the function util now, See u morrow)
This commit is contained in:
parent
9c4dfafdf7
commit
56655f5426
15 changed files with 403 additions and 30 deletions
17
Makefile
17
Makefile
|
|
@ -6,7 +6,7 @@
|
|||
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
|
||||
# Updated: 2024/03/31 19:52:25 by rparodi ### ########.fr #
|
||||
# Updated: 2024/04/01 01:49:49 by rparodi ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
|
|
@ -26,10 +26,19 @@ RM = rm -rf
|
|||
CFLAGS = -Werror -Wextra -Wall -Wno-unused-command-line-argument -g3 -MMD -lreadline
|
||||
|
||||
# Sources
|
||||
LIB = ./libft/ft_split.c \
|
||||
./libft/ft_strcmp.c
|
||||
LIB = ./libft/ft_bzero.c \
|
||||
./libft/ft_calloc.c \
|
||||
./libft/ft_memset.c \
|
||||
./libft/ft_split.c \
|
||||
./libft/ft_strcmp.c \
|
||||
./libft/ft_strdup.c \
|
||||
./libft/ft_strlcpy.c \
|
||||
./libft/ft_strlen.c
|
||||
|
||||
SRC = ./sources/ft_exit.c\
|
||||
SRC = ./sources/ft_cmd.c \
|
||||
./sources/ft_echo.c \
|
||||
./sources/ft_exit.c \
|
||||
./sources/ft_pwd.c \
|
||||
./sources/main.c
|
||||
|
||||
# Objects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue