Makefile: remove kernels/ directory when running make clean

pull/122/head
philsmd 8 years ago
parent 52d71de0d4
commit 7081e3cdf6

@ -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

Loading…
Cancel
Save