From 7081e3cdf64e9702bf41c8076512d035c489c0df Mon Sep 17 00:00:00 2001 From: philsmd Date: Wed, 13 Jan 2016 18:16:56 +0100 Subject: [PATCH] Makefile: remove kernels/ directory when running make clean --- src/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1