From: philsmd Date: Wed, 13 Jan 2016 17:16:56 +0000 (+0100) Subject: Makefile: remove kernels/ directory when running make clean X-Git-Tag: v3.00-beta~520^2 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=7081e3cdf64e9702bf41c8076512d035c489c0df;p=hashcat.git Makefile: remove kernels/ directory when running make clean --- diff --git a/src/Makefile b/src/Makefile index 52bc7f2..c1242a6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -124,6 +124,7 @@ clean: $(RM) -f obj/*.o lib/*.a ./*.bin ./*.exe ./*.app *.restore *.out *.pot *.dictstat *.log oclHashcat core $(RM) -rf *.induct $(RM) -rf *.outfiles + $(RM) -rf kernels linux32: oclHashcat32.bin linux64: oclHashcat64.bin