1
mirror of https://github.com/hashcat/hashcat synced 2024-11-20 23:27:31 +01:00

Compile macOS: Fixed makefile target 'clean' to correctly remove *.dSYM folders

This commit is contained in:
Jens Steube 2020-07-08 12:48:29 +02:00
parent b35a7fc72e
commit 75d801e1d7
2 changed files with 3 additions and 2 deletions

View File

@ -20,6 +20,7 @@
## Improvements
##
- Compile macOS: Fixed makefile target 'clean' to correctly remove *.dSYM folders
- OpenCL Runtime: Reinterpret return code CL_DEVICE_NOT_FOUND from clGetDeviceIDs() as non-fatal
* changes v5.1.0 -> v6.0.0

View File

@ -354,13 +354,13 @@ default: $(HASHCAT_FRONTEND) modules
clean:
$(RM) -f $(HASHCAT_FRONTEND)
$(RM) -f $(HASHCAT_LIBRARY)
$(RM) -f modules/*.dSYM
$(RM) -rf 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) -rf *.dSYM
$(RM) -f *.dylib
$(RM) -f *.bin *.exe
$(RM) -f *.pid