2 lines
171 B
Bash
Executable File
2 lines
171 B
Bash
Executable File
make && valgrind --leak-check=full --track-origins=yes --show-leak-kinds=all --trace-children=yes --suppressions=/home/nalebrun/git/minishell/valgrind.supp -s ./minishell
|