Makefile: remove kernels/ directory when running make clean
authorphilsmd <philsmd@hashcat.net>
Wed, 13 Jan 2016 17:16:56 +0000 (18:16 +0100)
committerphilsmd <philsmd@hashcat.net>
Wed, 13 Jan 2016 17:16:56 +0000 (18:16 +0100)
src/Makefile

index 52bc7f2..c1242a6 100644 (file)
@@ -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