mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-26 18:08:20 +00:00
Merge pull request #2471 from philsmd/clean_target_makefile
Makefile: update clean/distclean targets
This commit is contained in:
commit
1563405950
14
src/Makefile
14
src/Makefile
@ -354,24 +354,30 @@ default: $(HASHCAT_FRONTEND) modules
|
|||||||
clean:
|
clean:
|
||||||
$(RM) -f $(HASHCAT_FRONTEND)
|
$(RM) -f $(HASHCAT_FRONTEND)
|
||||||
$(RM) -f $(HASHCAT_LIBRARY)
|
$(RM) -f $(HASHCAT_LIBRARY)
|
||||||
$(RM) -rf modules/*.dSYM
|
$(RM) -f modules/*.dSYM
|
||||||
$(RM) -f modules/*.dll
|
$(RM) -f modules/*.dll
|
||||||
$(RM) -f modules/*.so
|
$(RM) -f modules/*.so
|
||||||
$(RM) -f obj/*/*/*.o
|
$(RM) -f obj/*/*/*.o
|
||||||
$(RM) -f obj/*.o
|
$(RM) -f obj/*.o
|
||||||
$(RM) -f obj/*.a
|
$(RM) -f obj/*.a
|
||||||
|
$(RM) -f *.dSYM
|
||||||
|
$(RM) -f *.dylib
|
||||||
$(RM) -f *.bin *.exe
|
$(RM) -f *.bin *.exe
|
||||||
$(RM) -f *.pid
|
$(RM) -f *.pid
|
||||||
$(RM) -f *.restore
|
|
||||||
$(RM) -f *.log
|
$(RM) -f *.log
|
||||||
$(RM) -f core
|
$(RM) -f core
|
||||||
$(RM) -rf *.induct
|
$(RM) -rf *.induct
|
||||||
$(RM) -rf *.outfiles
|
$(RM) -rf *.outfiles
|
||||||
$(RM) -rf *.dSYM
|
|
||||||
$(RM) -rf kernels
|
$(RM) -rf kernels
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
$(RM) -f *.restore *.pot *.out *.log
|
$(RM) -f *.restore
|
||||||
|
$(RM) -f *.potfile
|
||||||
|
$(RM) -f *.out
|
||||||
|
$(RM) -f hashcat.dictstat2
|
||||||
|
$(RM) -f brain.*
|
||||||
|
$(RM) -rf test_[0-9]*
|
||||||
|
$(RM) -rf tools/luks_tests
|
||||||
|
|
||||||
##
|
##
|
||||||
## Targets: Linux install
|
## Targets: Linux install
|
||||||
|
Loading…
Reference in New Issue
Block a user