rajoute des arguments dans make valgrind
This commit is contained in:
2
Makefile
2
Makefile
@@ -73,7 +73,7 @@ leaks: CFLAGS += -fsanitize=address
|
|||||||
leaks: clean $(NAME)
|
leaks: clean $(NAME)
|
||||||
|
|
||||||
valgrind: clean $(NAME)
|
valgrind: clean $(NAME)
|
||||||
valgrind --leak-check=full --show-leak-kinds=all ./$(NAME)
|
valgrind --leak-check=full --show-leak-kinds=all ./$(NAME) -p 4 67 9 76 98 7 1
|
||||||
|
|
||||||
.PHONY: all clean fclean re gcc
|
.PHONY: all clean fclean re gcc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user