some tests and create data structures

This commit is contained in:
2024-11-28 20:25:32 +01:00
parent a18b30c0b2
commit f721d2e95d
3 changed files with 94 additions and 5 deletions

View File

@ -6,7 +6,7 @@
# By: tomoron <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/07/28 00:35:01 by tomoron #+# #+# #
# Updated: 2024/11/27 17:41:36 by tomoron ### ########.fr #
# Updated: 2024/11/27 18:09:19 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -34,6 +34,9 @@ LFT_DIR = libft/
all: libft_malloc.so
exec: $(OBJS_DIR) $(OBJS) $(LFT)
$(CC) -o a.out $(OBJS) $(LFT)
libft_malloc.so: $(NAME)
ln -sf $(NAME) libft_malloc.so