Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Makefile: Clean Valgrind reports before launching Valgrind on all the…
… should_gets
- Loading branch information
Showing
with
9 additions
and 0 deletions.
- +5 −0 algo/tests/Makefile
- +4 −0 reports/Makefile
@@ -0,0 +1,4 @@ | ||
clean_valgrind: | ||
rm -f valgrind.* | ||
|
||
clean: clean_valgrind |