This commit is contained in:
mdev9
2024-04-26 14:52:59 +02:00
parent 744ab7728d
commit e7ab260a3b
4 changed files with 4 additions and 28 deletions

View File

@ -6,7 +6,7 @@
# By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/07/28 00:35:01 by tomoron #+# #+# #
# Updated: 2024/04/26 10:52:53 by marde-vr ### ########.fr #
# Updated: 2024/04/26 14:49:33 by marde-vr ### ########.fr #
# #
# **************************************************************************** #
@ -89,6 +89,7 @@ clean:
fi
bonus: all
@$(CC) $(FLAGS) $(OBJS) $(LIBFT) -lreadline -o $(NAME)_bonus
install: $(NAME)
cp $(NAME) ~/.local/bin/msh

View File

@ -6,7 +6,7 @@
/* By: tomoron <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/24 14:54:53 by tomoron #+# #+# */
/* Updated: 2024/04/26 14:41:58 by tomoron ### ########.fr */
/* Updated: 2024/04/26 14:46:53 by marde-vr ### ########.fr */
/* */
/* ************************************************************************** */

View File

@ -1,10 +0,0 @@
Cat makefile | (echo yes && rev) leaks
(), ((())), (())
To test:
test signals
test and verify all malocs
verify forbidden functions
check for any hidden or useless files

View File

@ -1,15 +0,0 @@
{
readline
Memcheck:Leak
...
fun:readline
...
}
{
readline
Memcheck:Leak
...
fun:add_history
...
}