some tests and create data structures
This commit is contained in:
5
Makefile
5
Makefile
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user