From e7214abee31c27a96a90b3caadf3beadd56064db Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Sat, 9 Jul 2016 09:54:11 +0200 Subject: [PATCH] Do not remove *.dictstat with make clean --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 1ec2b2d..4e4da2d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -193,7 +193,7 @@ native: hashcat binaries: linux32 linux64 win32 win64 clean: - $(RM) -f obj/*.o *.bin *.exe *.restore *.out *.pot *.dictstat *.log hashcat core + $(RM) -f obj/*.o *.bin *.exe *.restore *.out *.pot *.log hashcat core $(RM) -rf *.induct $(RM) -rf *.outfiles $(RM) -rf *.dSYM -- 2.25.1