added bgoulard lib + made lib sources in their own directory in build/ for readability
This commit is contained in:
parent
83cc8419a0
commit
0a390934d6
457 changed files with 21807 additions and 61 deletions
|
|
@ -6,7 +6,7 @@
|
|||
# By: rparodi <marvin@42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
|
||||
# Updated: 2024/10/31 18:17:13 by rparodi ### ########.fr #
|
||||
# Updated: 2024/10/31 23:46:44 by bgoulard ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
|
|
@ -33,7 +33,7 @@ LDLIBS = -lft
|
|||
INCLUDES = ./includes/libft/
|
||||
|
||||
# Objects
|
||||
OBJDIRNAME = ../build
|
||||
OBJDIRNAME = ../build/rparodi
|
||||
OBJ = $(addprefix $(OBJDIRNAME)/,$(SRC:.c=.o))
|
||||
|
||||
SRC = char/ft_isdigit.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue