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:
parent
5628317de8
commit
78dd206bf2
11
src/Makefile
11
src/Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user