From 570d0ac0904dee5b8f408104981599c1d7d7e7c1 Mon Sep 17 00:00:00 2001 From: philsmd <921533+philsmd@users.noreply.github.com> Date: Wed, 1 Jul 2020 10:45:38 +0200 Subject: [PATCH] Makefile: added .dictstat2, brain files and luks_tests to the distclean target --- src/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 1008bd228..1d69cdd7c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -374,7 +374,10 @@ distclean: clean $(RM) -f *.restore $(RM) -f *.potfile $(RM) -f *.out - $(RM) -rf test_[0-9]*/ + $(RM) -f hashcat.dictstat2 + $(RM) -f brain.* + $(RM) -rf test_[0-9]* + $(RM) -rf tools/luks_tests ## ## Targets: Linux install