1
mirror of https://github.com/hashcat/hashcat synced 2024-11-24 14:27:14 +01:00

Makefile: update clean/distclean targets

This commit is contained in:
philsmd 2020-06-27 12:37:48 +02:00
parent 5628317de8
commit 78dd206bf2
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

View File

@ -354,24 +354,27 @@ default: $(HASHCAT_FRONTEND) modules
clean:
$(RM) -f $(HASHCAT_FRONTEND)
$(RM) -f $(HASHCAT_LIBRARY)
$(RM) -rf modules/*.dSYM
$(RM) -f modules/*.dSYM
$(RM) -f modules/*.dll
$(RM) -f modules/*.so
$(RM) -f obj/*/*/*.o
$(RM) -f obj/*.o
$(RM) -f obj/*.a
$(RM) -f *.dSYM
$(RM) -f *.dylib
$(RM) -f *.bin *.exe
$(RM) -f *.pid
$(RM) -f *.restore
$(RM) -f *.log
$(RM) -f core
$(RM) -rf *.induct
$(RM) -rf *.outfiles
$(RM) -rf *.dSYM
$(RM) -rf kernels
distclean: clean
$(RM) -f *.restore *.pot *.out *.log
$(RM) -f *.restore
$(RM) -f *.potfile
$(RM) -f *.out
$(RM) -rf test_[0-9]*/
##
## Targets: Linux install