mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-22 12:32:04 +00:00
Merge pull request #122 from philsmd/master
Makefile: remove kernels/ directory when running make clean
This commit is contained in:
commit
33546f111e
@ -124,6 +124,7 @@ clean:
|
|||||||
$(RM) -f obj/*.o lib/*.a ./*.bin ./*.exe ./*.app *.restore *.out *.pot *.dictstat *.log oclHashcat core
|
$(RM) -f obj/*.o lib/*.a ./*.bin ./*.exe ./*.app *.restore *.out *.pot *.dictstat *.log oclHashcat core
|
||||||
$(RM) -rf *.induct
|
$(RM) -rf *.induct
|
||||||
$(RM) -rf *.outfiles
|
$(RM) -rf *.outfiles
|
||||||
|
$(RM) -rf kernels
|
||||||
|
|
||||||
linux32: oclHashcat32.bin
|
linux32: oclHashcat32.bin
|
||||||
linux64: oclHashcat64.bin
|
linux64: oclHashcat64.bin
|
||||||
|
Loading…
Reference in New Issue
Block a user