1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-22 22:58:30 +00:00

Makefile: remove kernels/ directory when running make clean

This commit is contained in:
philsmd 2016-01-13 18:16:56 +01:00
parent 52d71de0d4
commit 7081e3cdf6

View 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