From: Jens Steube Date: Sat, 9 Jul 2016 07:54:11 +0000 (+0200) Subject: Do not remove *.dictstat with make clean X-Git-Url: https://www.flypig.org.uk/git/?p=hashcat.git;a=commitdiff_plain;h=e7214abee31c27a96a90b3caadf3beadd56064db Do not remove *.dictstat with make clean --- 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