Added: generate filelist
This commit is contained in:
parent
6453d17774
commit
4a8ab862ae
5 changed files with 36 additions and 10 deletions
11
Minishell.mk
11
Minishell.mk
|
|
@ -6,7 +6,7 @@
|
|||
# By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2024/04/28 17:28:30 by maiboyer #+# #+# #
|
||||
# Updated: 2024/04/29 13:33:59 by maiboyer ### ########.fr #
|
||||
# Updated: 2024/04/29 13:46:19 by maiboyer ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
|
|
@ -27,13 +27,8 @@ LIB = ./libft/ft_bzero.c \
|
|||
./libft/ft_strjoin.c \
|
||||
./libft/ft_strlen.c
|
||||
|
||||
SRC = ./sources/ft_cmd.c \
|
||||
./sources/ft_echo.c \
|
||||
./sources/ft_exit.c \
|
||||
./sources/ft_pwd.c \
|
||||
./sources/main.c \
|
||||
./sources/node/node.c
|
||||
|
||||
SRC_DIR = ./sources
|
||||
SRC = $(addprefix $(SRC_DIR)/,$(shell cat ./src.list))
|
||||
# Name
|
||||
NAME = minishell
|
||||
LIBDIRNAME = libft
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue