Fix: Last makefile change
This commit is contained in:
parent
bab648545d
commit
ecb59968fe
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
# By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ #
|
# By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2024/04/28 17:28:30 by maiboyer #+# #+# #
|
# Created: 2024/04/28 17:28:30 by maiboyer #+# #+# #
|
||||||
# Updated: 2024/04/29 13:59:16 by maiboyer ### ########.fr #
|
# Updated: 2024/04/29 14:00:12 by maiboyer ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@ LIB = ./libft/ft_bzero.c \
|
||||||
./libft/ft_strlen.c
|
./libft/ft_strlen.c
|
||||||
|
|
||||||
SRC_DIR = ./sources
|
SRC_DIR = ./sources
|
||||||
SRC_DIR = ./output
|
GEN_DIR = ./output
|
||||||
|
|
||||||
SRC = $(addprefix $(SRC_DIR)/,$(shell cat ./src.list)) $(addprefix $(GEN_DIR)/,$(shell cat ./gen.list))
|
SRC = $(addprefix $(SRC_DIR)/,$(shell cat ./src.list)) $(addprefix $(GEN_DIR)/,$(shell cat ./gen.list))
|
||||||
# Name
|
# Name
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue