Makefile: update clean/distclean targets

pull/2471/head
philsmd 4 years ago
parent 5628317de8
commit 78dd206bf2
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

@ -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…
Cancel
Save